← Search

Yutong Lin

15 accepted papers

2025

DAMap: Distance-aware MapNet for High Quality HD Map Construction

ICCV 2025poster

High-definition (HD) map is an important component to support navigation and planning for autonomous driving vehicles. Predicting map elements with high quality (high classification and localization scores) is crucial to the safety of autonomous driving vehicles. However, current methods perform poo…

Cited by 0SourcePDFScholar
2024

AugDETR: Improving Multi-scale Learning for Detection Transformer

ECCV 2024poster

"Current end-to-end detectors typically exploit transformers to detect objects and show promising performance. Among them, Deformable DETR is a representative paradigm that effectively exploits multi-scale features. However, small local receptive fields and limited query-encoder interactions weaken…

Cited by 2SourcePDFScholar
2024

V-DETR: DETR with Vertex Relative Position Encoding for 3D Object Detection

ICLR 2024poster

We introduce a highly performant 3D object detector for point clouds using the DETR framework. The prior attempts all end up with suboptimal results because they fail to learn accurate inductive biases from the limited scale of training data. In particular, the queries often attend to points that ar…

2023

DETR Does Not Need Multi-Scale or Locality Design

ICCV 2023poster

This paper presents an improved DETR detector that maintains a "plain" nature: using a single-scale feature map and global cross-attention calculations without specific locality constraints, in contrast to previous leading DETR-based detectors that reintroduce architectural inductive biases of multi…

Cited by 30PDFcodeScholar
2023

On Data Scaling in Masked Image Modeling

CVPR 2023poster

Scaling properties have been one of the central issues in self-supervised pre-training, especially the data scalability, which has successfully motivated the large-scale self-supervised pre-trained language models and endowed them with significant modeling capabilities. However, scaling properties s…

2022

"A Simple Approach and Benchmark for 21,000-Category Object Detection"

ECCV 2022poster

"Current object detection systems and benchmarks typically handle a limited number of categories, up to about a thousand categories. This paper scales the number of categories for object detection systems and benchmarks up to 21,000, by leveraging existing object detection and image classification d…

2022

A Simple Baseline for Open-Vocabulary Semantic Segmentation with Pre-trained Vision-Language Model

ECCV 2022poster

"Recently, open-vocabulary image classification by vision language pre-training has demonstrated incredible achievements, that the model can classify arbitrary categories without seeing additional annotated images of that category. However, it is still unclear how to make the open-vocabulary recogni…

2022

Could Giant Pre-trained Image Models Extract Universal Representations?

NeurIPS 2022accept

Frozen pretrained models have become a viable alternative to the pretraining-then-finetuning paradigm for transfer learning. However, with frozen models there are relatively few parameters available for adapting to downstream tasks, which is problematic in computer vision where tasks vary significan…

Cited by 11SourcePDFScholar
2022

SimMIM: A Simple Framework for Masked Image Modeling

CVPR 2022poster

This paper presents SimMIM, a simple framework for masked image modeling. We have simplified recently proposed relevant approaches, without the need for special designs, such as block-wise masking and tokenization via discrete VAE or clustering. To investigate what makes a masked image modeling task…

Cited by 1610PDFcodeScholar
2022

Swin Transformer V2: Scaling Up Capacity and Resolution

CVPR 2022poster

We present techniques for scaling Swin Transformer [??] up to 3 billion parameters and making it capable of training with images of up to 1,536x1,536 resolution. By scaling up capacity and resolution, Swin Transformer sets new records on four representative vision benchmarks: 84.0% top-1 accuracy on…

Cited by 2410PDFcodeScholar
2021

Bootstrap Your Object Detector via Mixed Training

NeurIPS 2021spotlight

We introduce MixTraining, a new training paradigm for object detection that can improve the performance of existing detectors for free. MixTraining enhances data augmentation by utilizing augmentations of different strengths while excluding the strong augmentations of certain training samples that m…

2021

Propagate Yourself: Exploring Pixel-Level Consistency for Unsupervised Visual Representation Learning

CVPR 2021poster

Contrastive learning methods for unsupervised visual representation learning have reached remarkable levels of transfer performance. We argue that the power of contrastive learning has yet to be fully unleashed, as current methods are trained only on instance-level pretext tasks, leading to represen…

Cited by 498PDFcodeScholar
2021

Swin Transformer: Hierarchical Vision Transformer Using Shifted Windows

ICCV 2021poster

This paper presents a new vision Transformer, called Swin Transformer, that capably serves as a general-purpose backbone for computer vision. Challenges in adapting Transformer from language to vision arise from differences between the two domains, such as large variations in the scale of visual ent…

Cited by 29925PDFcodeScholar
2020

Negative Margin Matters: Understanding Margin in Few-shot Classification

ECCV 2020poster

In this paper, we unconventionally propose to adopt appropriate negative-margin to softmax loss for few-shot classification, which surprisingly works well for the open-set scenarios of few-shot classification. We then provide the intuitive explanation and the theoretical proof to understand why nega…

2020

Parametric Instance Classification for Unsupervised Visual Feature learning

NeurIPS 2020poster

This paper presents parametric instance classification (PIC) for unsupervised visual feature learning. Unlike the state-of-the-art approaches which do instance discrimination in a dual-branch non-parametric fashion, PIC directly performs a one-branch parametric instance classification, revealing a s…