paper-with-me

Papers

OBoW: Online Bag-of-Visual-Words Generation for Self-Supervised Learning

2020-12-21 · CVPR 2021 1 · Spyros Gidaris, Andrei Bursuc, Gilles Puy, Nikos Komodakis, Matthieu Cord, Patrick Pérez

Learning image representations without human supervision is an important and active research field. Several recent approaches have successfully leveraged the idea of making such a representation invariant under different types of perturbations, especially via contrastive-based instance discrimination training. Although effective visual representations should indeed exhibit such invariances, there are other important characteristics, such as encoding contextual reasoning skills, for which alternative reconstruction-based approaches might be better suited. With this in mind, we propose a teacher-student scheme to learn representations by training a convolutional net to reconstruct a bag-of-visual-words (BoW) representation of an image, given as input a perturbed version of that same image. Our strategy performs an online training of both the teacher network (whose role is to generate the BoW targets) and the student network (whose role is to learn representations), along with an online update of the visual-words vocabulary (used for the BoW targets). This idea effectively enables fully online BoW-guided unsupervised learning. Extensive experiments demonstrate the interest of our BoW-based strategy which surpasses previous state-of-the-art methods (including contrastive-based ones) in several applications. For instance, in downstream tasks such Pascal object detection, Pascal classification and Places205 classification, our method improves over all prior unsupervised approaches, thus establishing new state-of-the-art results that are also significantly better even than those of supervised pre-training. We provide the implementation code at https://github.com/valeoai/obow.

📄 PDF Abstract BibTeX arXiv:2012.11552

Code (3)

valeoai/obow 공식 구현 pytorch
TRAILab/ST-SLidR pytorch
YufeiHU-fr/obow_ssl pytorch

Tasks

object-detectionObject DetectionRepresentation LearningSelf-Supervised Image ClassificationSelf-Supervised LearningSemi-Supervised Image ClassificationUnsupervised Pre-training

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Batch Normalization 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Non-Convex Bilevel Optimization with Time-Varying Objective Functions

2023-08-07 · NeurIPS 2023 11

Bilevel optimization has become a powerful tool in a wide variety of machine learning problems. However, the current nonconvex bilevel optimization considers an offline dataset and static functions, which may not work we…

Bilevel Optimization

RoboWM-Bench: A Benchmark for Evaluating World Models in Robotic Manipulation

2026-04-21 · Feng Jiang, Yang Chen, Kyle Xu, Yuchen Liu 외 arxiv

Recent advances in large-scale video world models have enabled increasingly realistic future prediction, raising the prospect of using generated videos as scalable supervision for robot learning. However, for embodied ma…

Spatial Reasoning

RoboWorld: Fast and Reliable Neural Simulators for Generalist Robot Policy Evaluation

2026-07-01 · Byeongguk Jeon, Seonghyeon Ye, JaeHyeok Doo, Sungdong Kim 외 arxiv

Video world models are emerging as a scalable alternative for evaluating generalist robot policies, bypassing the physical constraints and engineering burdens of real-world deployment. However, evaluating policies with v…

RoboWits: Unexpected Challenges for Robotic Creative Problem Solving

2026-05-28 · Chunru Lin, Hongxin Zhang, Fenghao Yu, Zhehuan Chen 외 arxiv

The ability to reason, adapt, and creatively solve problems under unexpected challenges is essential for robots operating in real-world environments. However, current robotic benchmarks primarily emphasize skill-level ex…

Scene Generation

OMS: On-the-fly, Multi-Objective, Self-Reflective Ad Keyword Generation via LLM Agent

2025-07-03 · Bowen Chen, Zhao Wang, Shingo Takamatsu arxiv

Keyword decision in Sponsored Search Advertising is critical to the success of ad campaigns. While LLM-based methods offer automated keyword generation, they face three major limitations: reliance on large-scale query-ke…