paper-with-me

홈 › Papers

Seeing Objects in dark with Continual Contrastive Learning

2021-12-06 · Ujjal Kr Dutta

Object Detection, a fundamental computer vision problem, has paramount importance in smart camera systems. However, a truly reliable camera system could be achieved if and only if the underlying object detection component is robust enough across varying imaging conditions (or domains), for instance, different times of the day, adverse weather conditions, etc. In an effort to achieving a reliable camera system, in this paper, we make an attempt to train such a robust detector. Unfortunately, to build a well-performing detector across varying imaging conditions, one would require labeled training images (often in large numbers) from a plethora of corner cases. As manually obtaining such a large labeled dataset may be infeasible, we suggest using synthetic images, to mimic different training image domains. We propose a novel, contrastive learning method to align the latent representations of a pair of real and synthetic images, to make the detector robust to the different domains. However, we found that merely contrasting the embeddings may lead to catastrophic forgetting of the information essential for object detection. Hence, we employ a continual learning based penalty, to alleviate the issue of forgetting, while contrasting the representations. We showcase that our proposed method outperforms a wide range of alternatives to address the extremely challenging, yet under-studied scenario of object detection at night-time.

📄 PDF Abstract BibTeX arXiv:2112.02891

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningContrastive LearningImage EnhancementObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

From Exploration to Revelation: Detecting Dark Patterns in Mobile Apps

2024-11-27 · Jieshan Chen, Zhen Wang, Jiamou Sun, Wenbo Zou 외

Mobile apps are essential in daily life, yet they often employ dark patterns, such as visual tricks to highlight certain options or linguistic tactics to nag users into making purchases, to manipulate user behavior. Curr…

Contrastive Learning

Visibility Constrained Wide-band Illumination Spectrum Design for Seeing-in-the-Dark

2023-03-21 · CVPR 2023 1 · Muyao Niu, Zhuoxiao Li, Zhihang Zhong, Yinqiang Zheng

Seeing-in-the-dark is one of the most important and challenging computer vision tasks due to its wide applications and extreme complexities of in-the-wild scenarios. Existing arts can be mainly divided into two threads: …

Translation

DarkVGGT: Seeing Through Darkness Using Thermal Geometry without Daylight Tax

2026-06-09 · Minseong Kweon, Wenyuan Zhao, Nuo Chen, Lulin Liu 외 arxiv

Recent feed-forward 3D reconstruction methods have demonstrated strong performance and flexibility in efficient end-to-end scene geometry estimation from image streams. However, their reliance on visible-light appearance…

Camera Pose Estimation3D Reconstruction

Continual Learning for Image Captioning through Improved Image-Text Alignment

2025-10-07 · Bertram Taetz, Gal Bordelius arxiv

Generating accurate and coherent image captions in a continual learning setting remains a major challenge due to catastrophic forgetting and the difficulty of aligning evolving visual concepts with language over time. In…

Continual LearningImage Captioning

DarkForest: Less Talk, Higher Accuracy for Multi-Agent LLMs

2026-05-24 · Yi Li, Songtao Wei, Dongming Jiang, Zhichun Guo 외 arxiv

Multi-agent LLM systems improve reasoning by combining outputs from multiple agents, but interaction-heavy methods can introduce error propagation and high communication overhead. When agents exchange raw responses or re…