Primary competition visual

Barbados Traffic Analysis Challenge

Helping Barbados
$11 000 USD
Completed (2 months ago)
Computer Vision
Prediction
Object Tracking
Video Analytics
Deep Learning
1836 joined
222 active
Starti
Nov 07, 25
Closei
Jan 25, 26
Reveali
Jan 26, 26
Back-propagation is not allowed in training or inference.
7 Nov 2025, 22:13 · 4

Hello everyone, I hope this is not a mistake.

Discussion 4 answers
User avatar
Pharwhaz
Federal university of agriculture abeokuta

The constraint means you cannot use standard end-to-end Deep Learning models where the raw video or image pixels are fed directly into a neural network, and the entire network is then tuned using back-propagation to predict the congestion rating.

We can use computer vision/deep learning models for feature extraction from the raw videos, then train classical ML models on them. So the flow would be computer vision - time series feature engineering - classical ML prediction

8 Nov 2025, 09:55
Upvotes 0

ohhh alright. But they made mention that its not also allowed during inferencing. Although most cv models run inference with eval mode, does this still exclude then from backpropagation methods

8 Nov 2025, 19:30
Upvotes 0

Just to be clear, I can use deep learning based models to extract features from the footage and then use non deep learning based methods learn patterns in this features right?

10 Nov 2025, 12:02
Upvotes 0
User avatar
hark99
Self-employed

During inference, we don't perform any backpropagation (no gradient calculations)

10 Nov 2025, 13:00
Upvotes 0