Search papers, labs, and topics across Lattice.
This paper introduces Temporal Difference in Vision (TDV), a novel self-supervised learning paradigm for visual representation that minimizes reliance on strong inductive biases by leveraging causal relationships in video data. The authors demonstrate that as the amount of data increases, the optimal strength of inductive biases decreases, confirming that traditional methods may become bottlenecks. Remarkably, TDV achieves state-of-the-art performance on dense spatial tasks without employing any strong assumptions, suggesting a significant shift in how visual representation learning can be approached.
Relying on causal relationships rather than strong inductive biases, TDV achieves state-of-the-art performance in visual representation learning, challenging the status quo of self-supervised methods.
Progress in AI has largely been driven by methods that assume less. As compute and data increase, approaches with weaker inductive biases generally outperform those with stronger assumptions. This is particularly characteristic of the field of Visual Representation Learning, where approaches have gone from being dominated by Supervised Learning, to Weakly Supervised Learning, to the now widespread success of Self-Supervised Learning without human labels. Yet, even modern Self-Supervised Learning approaches still depend on strong inductive biases such as augmentations, masking, or cropping. If this trend holds, even these remaining biases should become bottlenecks at scale -- and our experiments confirm this: the optimal strength of inductive biases decreases as data grows. This motivates the search for approaches that rely on fewer assumptions. To this end, we introduce Temporal Difference in Vision (TDV), a new paradigm for self-supervised learning from video that avoids existing inductive biases, relying instead on a causal assumption that the past causes the future. TDV functions by jointly training an image encoder and a motion encoder so that the current frame's representation plus the encoded motion equals the next frame's representation. Despite not leveraging any strong inductive biases, TDV matches state-of-the-art recipes on dense spatial tasks, laying the foundation for representation learning without strong assumptions.