arXivSub Start free trial

ICCV 2023 Papers with Code β€” Page 6

IEEE/CVF International Conference on Computer Vision Β· 743 papers

PRANC: Pseudo RAndom Networks for Compacting Deep Models

Parsa Nooralinejad (University of California), Hamed Pirsiavash (University of California)

CodeClassificationCompressionConvolutional Neural NetworkImageBiomedical Data

🎯 What it does: Reparameterizing deep models as a linear combination of several randomly initialized, frozen base networks only requires saving the random seed and combination coefficients to restore the model.

Pre-training Vision Transformers with Very Limited Synthesized Images

Ryo Nakamura (National Institute of Advanced Industrial Science and Technology), Nakamasa Inoue (National Institute of Advanced Industrial Science and Technology)

CodeClassificationObject DetectionSegmentationData SynthesisTransformerSupervised Fine-TuningContrastive LearningImage

🎯 What it does: A scheme was developed to pre-train a visual Transformer with minimal synthetic images by generating a fractal database (OFDB) that contains only one image per category and employing data augmentation during the pre-training phase.

Pre-Training-Free Image Manipulation Localization through Non-Mutually Exclusive Contrastive Learning

Jizhe Zhou (Sichuan University), Wentao Feng (Sichuan University)

CodeAnomaly DetectionConvolutional Neural NetworkTransformerContrastive LearningImage

🎯 What it does: A framework for image forgery localization based on Non-Exclusive Contrastive Learning (NCL) is proposed, which does not rely on pre-trained data and directly trains deep networks from the raw dataset.

Pretrained Language Models as Visual Planners for Human Assistance

Dhruvesh Patel (Meta), Ruta Desai (Meta)

CodeSegmentationGenerationTransformerLarge Language ModelVision Language ModelVideoMultimodality

🎯 What it does: This paper proposes the Visual Planning for Assistance (VPA) task and constructs the VLaMP model based on a two-stage approach of video segmentation and prediction to generate the next action sequence under the conditions of user-defined goals and video progress.

Privacy-Preserving Face Recognition Using Random Frequency Components

Yuxi Mi (Fudan University), Shuigeng Zhou (Fudan University)

CodeRecognitionSafty and PrivacyConvolutional Neural NetworkGenerative Adversarial NetworkImage

🎯 What it does: This paper studies a privacy-preserving facial recognition method called PartialFace, which is achieved by randomly selecting high-frequency components in the frequency domain.

Probabilistic Triangulation for Uncalibrated Multi-View 3D Human Pose Estimation

Boyuan Jiang (Institute of Computing Technology, Chinese Academy of Sciences), Shihong Xia (Institute of Computing Technology, Chinese Academy of Sciences)

CodePose EstimationImageVideo

🎯 What it does: This paper proposes a Probabilistic Triangulation module that can achieve 3D human pose estimation in uncalibrated multi-view scenarios.

Progressive Spatio-Temporal Prototype Matching for Text-Video Retrieval

Pandeng Li (University of Science and Technology of China), Yongdong Zhang (DAMO Academy Alibaba Group)

CodeRetrievalTransformerContrastive LearningVideoTextMultimodality

🎯 What it does: This paper proposes a text-video retrieval framework called ProST based on advanced spatial-temporal prototype matching. It first generates spatial prototypes to match local objects and phrases, and then generates temporal prototypes to match events and sentences, achieving multi-granularity alignment.

Prompt Switch: Efficient CLIP Adaptation for Text-Video Retrieval

Chaorui Deng (Australia Institute of Machine Learning, University of Adelaide), Qi Wu (Australia Institute of Machine Learning, University of Adelaide)

CodeRetrievalTransformerPrompt EngineeringContrastive LearningVideoTextMultimodality

🎯 What it does: In text-video retrieval, global semantic modeling of videos is achieved using the image encoder of CLIP through a switchable three-dimensional Prompt Cube, and fine-grained semantics are enhanced with auxiliary video subtitle objectives.

Prompt Tuning Inversion for Text-driven Image Editing Using Diffusion Models

Wenkai Dong (Baidu), Shumin Han (Baidu)

CodeImage TranslationGenerationPrompt EngineeringDiffusion modelImageText

🎯 What it does: This paper proposes a text-driven image editing method based on diffusion models, utilizing Prompt Tuning Inversion to encode the original image information into a learnable conditional embedding, which is then linearly interpolated with the target text embedding to achieve image editing.

PromptCap: Prompt-Guided Image Captioning for VQA with GPT-3

Yushi Hu (University of Washington), Jiebo Luo (University of Rochester)

CodeGenerationRetrievalTransformerLarge Language ModelPrompt EngineeringVision Language ModelImageTextMultimodality

🎯 What it does: This paper proposes PROMPTCAP, a visual description model controlled by natural language prompts, which transforms images into customized textual descriptions tailored to questions, enabling black-box large language models like GPT-3 to understand images and perform knowledge-driven visual question answering.

Prototypes-oriented Transductive Few-shot Learning with Conditional Transport

Long Tian (Xidian University), Bo Chen (Xidian University)

CodeClassificationContrastive LearningImage

🎯 What it does: This study investigates transductive few-shot learning with class imbalance, proposing the PUTM model that achieves unbiased statistical transfer through Conditional Transport (CT), improving prototype generation and classification.

Prune Spatio-temporal Tokens by Semantic-aware Temporal Accumulation

Shuangrui Ding (Shanghai Jiao Tong University), Qi Tian (Huawei Cloud)

CodeRecognitionOptimizationComputational EfficiencyTransformerVideo

🎯 What it does: This paper proposes a Semantic-Aware Temporal Accumulation (STA) score for pruning spatiotemporal tokens in video Transformers.

Random Boxes Are Open-world Object Detectors

Yanghao Wang (Nanyang Technological University), Hanwang Zhang (Nanyang Technological University)

CodeObject DetectionConvolutional Neural NetworkImage

🎯 What it does: This paper proposes RandBox, an open-world object detection framework that uses randomly generated boxes during training, capable of recognizing known categories while labeling unannotated objects as 'unknown'.

Random Sub-Samples Generation for Self-Supervised Real Image Denoising

Yizhong Pan (Sichuan University), Chao Ren (Sichuan University)

CodeRestorationImageBenchmark

🎯 What it does: The SDAP framework is proposed, achieving unsupervised real image denoising through Random Subsample Generation (RSG) and Circular Sampling Differential Loss (CSDBSN).

Rapid Adaptation in Online Continual Learning: Are We Evaluating It Right?

Hasan Abed Al Kader Hammoud (King Abdullah University of Science and Technology), Bernard Ghanem (King Abdullah University of Science and Technology)

CodeClassificationConvolutional Neural NetworkSupervised Fine-TuningImage

🎯 What it does: Reassess the adaptability metrics of online continual learning algorithms and propose the 'Near-Future Accuracy' evaluation method.

RawHDR: High Dynamic Range Image Reconstruction from a Single Raw Image

Yunhao Zou (Hangzhou Dianzi University), Ying Fu (Beijing Institute of Technology)

CodeRestorationConvolutional Neural NetworkTransformerImage

🎯 What it does: This paper proposes a HDR reconstruction framework called RawHDR based on a single raw image, which can directly generate a 20-bit HDR image from 14-bit raw data.

Read-only Prompt Optimization for Vision-Language Few-shot Learning

Dongjun Lee (Korea University), Hyunwoo J. Kim (Korea University)

CodeClassificationDomain AdaptationOptimizationTransformerPrompt EngineeringVision Language ModelContrastive LearningImageMultimodality

🎯 What it does: This paper proposes a Read-only Prompt Optimization (RPO) method, which prevents unnecessary shifts in the internal representations of pre-trained vision-language models during fine-tuning through a masked attention mechanism and special token initialization, thereby achieving efficient and robust few-shot learning.

RealGraph: A Multiview Dataset for 4D Real-world Context Graph Generation

Haozhe Lin (Tsinghua University), Lu Fang (Tsinghua University)

CodeObject DetectionObject TrackingGenerationRecurrent Neural NetworkVideo

🎯 What it does: Proposed the 4D Scene Context Graph Generation (CGG) task and constructed the first multi-view RGB video dataset RealGraph, while providing the baseline model MCGNet;

Reconciling Object-Level and Global-Level Objectives for Long-Tail Detection

Shaoyu Zhang (Institute of Automation), Silong Peng (Beijing Visystem Co. Ltd)

CodeObject DetectionSupervised Fine-TuningImage

🎯 What it does: This paper proposes a multi-task learning framework called ROG, which combines object-level classification and global ranking tasks to enhance long-tail detection performance.

Reconstructed Convolution Module Based Look-Up Tables for Efficient Image Super-Resolution

Guandu Liu (Tsinghua University), Bin Wang (Tsinghua University)

CodeRestorationSuper ResolutionConvolutional Neural NetworkImage

🎯 What it does: A novel Reconfigurable Convolution (RC) module has been developed, decoupling channel and spatial computations, and achieving nΓ—n convolution through nΒ² 1D LUTs, significantly enhancing the receptive field and reducing storage in single image super-resolution.

Recursive Video Lane Detection

Dongkwon Jin (Korea University), Chang-Su Kim (Korea University)

CodeSegmentationAutonomous DrivingConvolutional Neural NetworkOptical FlowVideo

🎯 What it does: A recursive video lane detection algorithm RVLD has been developed, which utilizes single-frame historical information to achieve continuous video lane detection through motion estimation and feature reconstruction.

RecursiveDet: End-to-End Region-Based Recursive Object Detection

Jing Zhao (East China Normal University), Qingli Li (East China Normal University)

CodeObject DetectionTransformerImage

🎯 What it does: A recursive decoder is proposed, utilizing parameter sharing and bounding box position encoding, significantly improving the performance of end-to-end region detectors while reducing the model parameter count.

RED-PSM: Regularization by Denoising of Partially Separable Models for Dynamic Imaging

Berk Iskender, Yoram Bresler

CodeRestorationOptimizationSupervised Fine-TuningImageVideoMagnetic Resonance ImagingComputed Tomography

🎯 What it does: The RED-PSM method is proposed, combining low-rank partially separable models and denoising-based regularization to address the undersampling reconstruction problem in dynamic imaging.

Referring Image Segmentation Using Text Supervision

Fang Liu (Dalian University of Technology), Rynson Lau (City University of Hong Kong)

CodeObject DetectionSegmentationTransformerContrastive LearningImageText

🎯 What it does: A weakly supervised image segmentation framework is proposed that uses only text expressions as supervision, optimizing the positioning of targets through text-image response and generating pseudo-labels to train the segmentation network.

RegFormer: An Efficient Projection-Aware Transformer Network for Large-Scale Point Cloud Registration

Jiuming Liu (Shanghai Jiao Tong University), Hesheng Wang (Shanghai Jiao Tong University)

CodeAutonomous DrivingOptimizationTransformerFlow-based ModelPoint Cloud

🎯 What it does: An end-to-end RegFormer network is proposed for large-scale point cloud registration, eliminating the dependence on keypoint detection, feature description, and RANSAC post-processing, and capable of directly estimating rigid transformations from raw LiDAR point clouds.

Rehearsal-Free Domain Continual Face Anti-Spoofing: Generalize More and Forget Less

Rizhao Cai (Nanyang Technological University), Alex Kot (Nanyang Technological University)

CodeRecognitionDomain AdaptationTransformerContrastive LearningImage

🎯 What it does: This study investigates a domain continual learning (DCL) facial spoof detection (FAS) model under conditions of no replay buffer and low sample size, and proposes a new replay-free training framework.

Reinforce Data, Multiply Impact: Improved Model Accuracy and Robustness with Dataset Reinforcement

Fartash Faghri (Apple), Oncel Tuzel (Apple)

CodeClassificationObject DetectionSegmentationKnowledge DistillationData-Centric LearningConvolutional Neural NetworkTransformerImage

🎯 What it does: By precomputing and storing the outputs of a strong teacher model under various data augmentations on the training set, a reinforced dataset (such as ImageNet+) is constructed to improve the accuracy and robustness of any model without additional training costs.

Relightify: Relightable 3D Faces from a Single Image via Diffusion Models

Foivos Paraperas Papantoniou (Imperial College London), Stefanos Zafeiriou (Imperial College London)

CodeRestorationGenerationDiffusion modelImage

🎯 What it does: Using a single facial image, this paper combines an unsupervised diffusion model to simultaneously recover UV textures and BRDF (diffuse reflection, specular reflection, normals), generating a 3D facial model that can be rendered under arbitrary lighting.

RenderIH: A Large-Scale Synthetic Dataset for 3D Interacting Hand Pose Estimation

Lijun Li (Alibaba Group), Chen Chen (University of Central Florida)

CodeData SynthesisPose EstimationTransformerImage

🎯 What it does: This paper proposes a large-scale synthetic dataset RenderIH to enhance 3D hand pose estimation under single RGB images, and conducts experimental validation based on the Transformer-based TransHand network.

RepQ-ViT: Scale Reparameterization for Post-Training Quantization of Vision Transformers

Zhikai Li (Institute of Automation, Chinese Academy of Sciences), Qingyi Gu (Institute of Automation, Chinese Academy of Sciences)

CodeObject DetectionSegmentationCompressionTransformerImage

🎯 What it does: A new post-training quantization framework RepQ-ViT is proposed to compress Vision Transformer models.

Representation Disparity-aware Distillation for 3D Object Detection

Yanjing Li (Beihang University), Xianbin Cao (Beihang University)

CodeObject DetectionKnowledge DistillationPoint Cloud

🎯 What it does: Proposes a representation difference-aware distillation (RDD) method based on information bottleneck to enhance the performance of ultra-small 3D detectors.

Residual Pattern Learning for Pixel-Wise Out-of-Distribution Detection in Semantic Segmentation

Yuyuan Liu (Australian Institute for Machine Learning), Gustavo Carneiro (University of Surrey)

CodeSegmentationAnomaly DetectionConvolutional Neural NetworkContrastive LearningImage

🎯 What it does: A Residual Pattern Learning (RPL) module and Context Robust Contrastive Learning (CoroCL) have been designed to achieve pixel-level Out-of-Distribution (OoD) detection on a frozen semantic segmentation network while maintaining segmentation accuracy.

Rethinking Amodal Video Segmentation from Learning Supervised Signals with Object-centric Representation

Ke Fan (Fudan University), Yanwei Fu (Fudan University)

CodeObject DetectionSegmentationAutonomous DrivingConvolutional Neural NetworkVideo

🎯 What it does: Proposes the EoRaS method, which utilizes supervised visible masks and multi-view information for video intangible segmentation, achieving joint reasoning of shape and viewpoint priors through a BEV translation network and a multi-view fusion layer.

Rethinking Data Distillation: Do Not Overlook Calibration

Dongyao Zhu (University of California San Diego), Dongkuan Xu (North Carolina State University)

CodeKnowledge DistillationImage

🎯 What it does: This study investigates the calibration problem of networks trained through data distillation (DDNN) and proposes two methods, Masked Temperature Scaling (MTS) and Masked Distillation Training (MDT), to address it.

Rethinking Mobile Block for Efficient Attention-based Models

Jiangning Zhang (Youtu Lab Tencent), Chengjie Wang (Youtu Lab Tencent)

CodeClassificationObject DetectionSegmentationConvolutional Neural NetworkTransformerImage

🎯 What it does: A unified lightweight basic block called Meta Mobile Block (MMB) is proposed, from which an improved Inverted Residual Mobile Block (iRMB) is derived. Based on this, an efficient model EMO, consisting solely of iRMB, is constructed for dense prediction tasks such as image classification, object detection, and semantic segmentation.

Rethinking Point Cloud Registration as Masking and Reconstruction

Guangyan Chen (Beijing Institute of Technology), Yufeng Yue (Beijing Institute of Technology)

CodeObject DetectionTransformerPoint Cloud

🎯 What it does: View point cloud registration as a masking and reconstruction task, proposing the Mask Reconstruction Auxiliary Network (MRA) to assist the main network in learning fine-grained geometry and overall structure, and based on this, designing the Mask Reconstruction Transformer (MRT) to achieve efficient and accurate registration.

Rethinking Pose Estimation in Crowds: Overcoming the Detection Information Bottleneck and Ambiguity

Mu Zhou, Alexander Mathis (Ecole Polytechnique Federale de Lausanne)

CodePose EstimationConvolutional Neural NetworkTransformerImage

🎯 What it does: A two-stage pose estimation framework that combines low-level detection with conditional top-level processing (BUCTD) is proposed, utilizing a low-level pose detector to generate pose hints as conditional inputs for the top network.

Rethinking Vision Transformers for MobileNet Size and Speed

Yanyu Li (Snap Inc.), Jian Ren (Snap Inc.)

CodeClassificationObject DetectionSegmentationComputational EfficiencyTransformerImage

🎯 What it does: This paper proposes a lightweight visual Transformer architecture named EfficientFormerV2, designed for efficient inference on mobile devices.

Revisit PCA-based Technique for Out-of-Distribution Detection

Xiaoyuan Guan (Sun Yat-sen University), Ruixuan Wang (Sun Yat-sen University)

CodeAnomaly DetectionAuto EncoderImage

🎯 What it does: A post-processing method that integrates the regularized PCA reconstruction error with energy scores is proposed to improve OOD detection in deep learning models.

Revisiting Domain-Adaptive 3D Object Detection by Reliable, Diverse and Class-balanced Pseudo-Labeling

Zhuoxiao Chen (University of Queensland), Zi Huang (University of Queensland)

CodeObject DetectionDomain AdaptationAutonomous DrivingPoint Cloud

🎯 What it does: This paper proposes an unsupervised domain adaptation framework for 3D object detection called ReDB, which utilizes reliable, diverse, and class-balanced pseudo-labels to achieve multi-class self-training.

RFD-ECNet: Extreme Underwater Image Compression with Reference to Feature Dictionary

Mengyao Li (Shanghai University), Zheyin Wang (Shanghai University)

CodeCompressionAuto EncoderImage

🎯 What it does: A limit underwater image compression network RFD-ECNet based on an underwater multi-scale feature dictionary is designed, which can remove redundancy between different underwater images through a reference dictionary.

RFLA: A Stealthy Reflected Light Adversarial Attack in the Physical World

Donghua Wang (Zhejiang University), Xiaoqian Chen (Chinese Academy of Military Science)

CodeAutonomous DrivingAdversarial AttackConvolutional Neural NetworkImage

🎯 What it does: This paper proposes a physical adversarial attack based on reflected light (RFLA), which generates adjustable geometric shapes and colors of reflected light to deceive DNN models by using specular reflection of sunlight or flashlights, combined with colored transparent plastic sheets and paper cutouts.

RICO: Regularizing the Unobservable for Indoor Compositional Reconstruction

Zizhang Li (Zhejiang University), Yong Liu (Zhejiang University)

CodeSegmentationGenerationNeural Radiance FieldPoint CloudMesh

🎯 What it does: The RICO method is proposed, achieving object-level decomposition and reconstruction by regularizing the invisible regions in indoor scenes.

RLIPv2: Fast Scaling of Relational Language-Image Pre-Training

Hangjie Yuan (Zhejiang University), Deli Zhao (Alibaba Group)

CodeRecognitionObject DetectionTransformerVision Language ModelImageTextMultimodality

🎯 What it does: The RLIPv2 model is proposed, which combines the rapidly converging Asymmetric Language-Image Fusion (ALIF) and large-scale pseudo-labeled scene graph data to achieve large-scale relational language-image pre-training.

RLSAC: Reinforcement Learning Enhanced Sample Consensus for End-to-End Robust Estimation

Chang Nie (Shanghai Jiao Tong University), Hesheng Wang (Shanghai Jiao Tong University)

CodeOptimizationGraph Neural NetworkReinforcement LearningGraph

🎯 What it does: This work proposes RLSAC, a reinforcement learning-based sampling consensus framework that achieves end-to-end robust model estimation.

Robo3D: Towards Robust and Reliable 3D Perception against Corruptions

Lingdong Kong (Shanghai AI Laboratory), Ziwei Liu (Nanyang Technological University)

CodeObject DetectionSegmentationAutonomous DrivingPoint CloudBenchmark

🎯 What it does: Established the Robo3D benchmark, defined eight types of real-world LiDAR noise and faults, and systematically evaluated the robustness of 34 3D detection and segmentation models under different severity levels; also proposed two techniques, density-sensitive training framework and variable voxelization, to enhance robustness.

Robust Evaluation of Diffusion-Based Adversarial Purification

Minjong Lee (POSTECH), Dongwoo Kim (POSTECH)

CodeAdversarial AttackConvolutional Neural NetworkDiffusion modelImage

🎯 What it does: Evaluate the robustness of diffusion-based adversarial purification and propose more rigorous evaluation criteria and a multi-step purification strategy with gradual noise scheduling.

Robust Heterogeneous Federated Learning under Data Corruption

Xiuwen Fang (Wuhan University), Xiyuan Yang (Wuhan University)

CodeFederated LearningKnowledge DistillationConvolutional Neural NetworkImage

🎯 What it does: A robust training framework called AugHFL is proposed to address the issue of data corruption in heterogeneous federated learning, which can simultaneously suppress the negative effects of internal and external data corruption during both local training and global collaborative learning phases.

Robustifying Token Attention for Vision Transformers

Yong Guo (Max Planck Institute for Informatics), Bernt Schiele (Max Planck Institute for Informatics)

CodeClassificationSegmentationDomain AdaptationTransformerImage

🎯 What it does: This paper proposes Token-aware Average Pooling (TAP) and Attention Diversification Loss (ADL), which alleviate the token overfocusing problem and enhance robustness by allowing ViT to focus more on local neighborhoods during the self-attention process and suppress the attention similarity between different tokens.

RSFNet: A White-Box Image Retouching Approach using Region-Specific Color Filters

Wenqi Ouyang (Alibaba Group), Xuansong Xie (Alibaba Group)

CodeImage HarmonizationRestorationConvolutional Neural NetworkImage

🎯 What it does: A white-box image beautification framework RSFNet is proposed, utilizing parallel region-specific filters to achieve fine-grained color adjustments and providing editable filter parameters.

SA-BEV: Generating Semantic-Aware Bird's-Eye-View Feature for Multi-view 3D Object Detection

Jinqing Zhang (Beihang University), Yunhong Wang (Beihang University)

CodeObject DetectionAutonomous DrivingPoint Cloud

🎯 What it does: A semantic-aware bird's-eye view feature generation method is proposed to enhance multi-view 3D detection.

SAFE: Sensitivity-Aware Features for Out-of-Distribution Object Detection

Samuel Wilson (Queensland University of Technology), Niko SΓΌnderhauf (University of Adelaide)

CodeObject DetectionAnomaly DetectionAutonomous DrivingAdversarial AttackConvolutional Neural NetworkImage

🎯 What it does: A post-hoc OOD detection method called SAFE is proposed, which utilizes sensitive feature vectors extracted from the residual convolution + BatchNorm layers of a pre-trained detector backbone, and trains an auxiliary MLP to distinguish between ID and OOD detection results.

SAGA: Spectral Adversarial Geometric Attack on 3D Meshes

Tomer Stolik (Tel Aviv University), Shai Avidan (Tel Aviv University)

CodeAdversarial AttackAuto EncoderMesh

🎯 What it does: A spectral domain-based geometric adversarial attack method (SAGA) is proposed for 3D mesh autoencoders, enabling the model to output a geometric shape nearly identical to the target mesh after the input is subjected to minor perturbations.

Sample-adaptive Augmentation for Point Cloud Recognition Against Real-world Corruptions

Jie Wang (Beijing Institute of Technology), Jianan Li (Chinese University of Hong Kong)

CodeRecognitionAdversarial AttackTransformerPoint Cloud

🎯 What it does: This paper proposes AdaptPoint, an adaptive point cloud enhancement framework that improves the model's robustness to real-world corruption by generating local deformations and occlusions based on the point cloud structure.

SC3K: Self-supervised and Coherent 3D Keypoints Estimation from Rotated, Noisy, and Decimated Point Cloud Data

Mohammad Zohaib (Italian Institute of Technology), Alessio Del Bue (Italian Institute of Technology)

CodeObject DetectionPose EstimationPoint Cloud

🎯 What it does: This paper proposes a completely unsupervised 3D keypoint detection method called SC3K, which can efficiently and robustly infer semantically consistent keypoints that closely adhere to surfaces in point cloud data under arbitrary rotations, noise, and downsampling.

Scalable Multi-Temporal Remote Sensing Change Data Generation via Simulating Stochastic Change Process

Zhuo Zheng (Wuhan University), Yanfei Zhong (Wuhan University)

CodeGenerationData SynthesisGenerative Adversarial NetworkImage

🎯 What it does: A scalable multi-temporal remote sensing change data generation method called Changen is proposed based on the Generative Probability Change Model (GPCM), which can automatically generate controllable change pairs from single-time images and their semantic segmentation images.

Scale-Aware Modulation Meet Transformer

Weifeng Lin (South China University of Technology), Lianwen Jin (South China University of Technology)

CodeClassificationObject DetectionSegmentationTransformerImage

🎯 What it does: A new visual Transformer backbone network called Scale-Aware Modulation Transformer (SMT) is designed, which combines convolution with Transformer to achieve multi-scale feature fusion and local-to-global dependency modeling.

Scaling Data Generation in Vision-and-Language Navigation

Zun Wang (Australian National University), Yu Qiao (OpenGVLab Shanghai AI Laboratory)

CodeGenerationData SynthesisGraph Neural NetworkVision Language ModelGenerative Adversarial NetworkImageTextMultimodality

🎯 What it does: This paper proposes the ScaleVLN large-scale visual and language navigation data generation paradigm, utilizing over 1200 3D scenes from HM3D and Gibson to construct a fully covered, obstacle-free navigation map, restore rendered images, and generate 4.9 million R2R-style instruction-trajectory pairs.

Scanning Only Once: An End-to-end Framework for Fast Temporal Grounding in Long Videos

Yulin Pan (Alibaba Group), Deli Zhao (Alibaba Group)

CodeRecognitionRetrievalComputational EfficiencyTransformerVideo

🎯 What it does: This paper proposes SOONet, an end-to-end framework that can complete long video temporal localization in a single execution.

Scene as Occupancy

Wenwen Tong (Shanghai AI Laboratory), Hongyang Li (Shanghai AI Laboratory)

CodeObject DetectionSegmentationAutonomous DrivingTransformerSimultaneous Localization and MappingOptical FlowPoint CloudBenchmark

🎯 What it does: Proposes the OccNet framework and the OpenOcc benchmark, utilizing multi-view vision to construct dense 3D occupancy maps, achieving occupancy prediction and supporting multiple tasks.

SCOB: Universal Text Understanding via Character-wise Supervised Contrastive Learning with Online Text Rendering for Bridging Domain Gap

Daehee Kim (NAVER Cloud AI), Taeho Kil (Seoul National University)

CodeRecognitionDomain AdaptationTransformerContrastive LearningImageText

🎯 What it does: This paper studies a general text understanding pre-training method called SCOB, which bridges the domain gap between document images and scene text images through character-level supervised contrastive learning and online text rendering.

Scratch Each Other's Back: Incomplete Multi-Modal Brain Tumor Segmentation via Category Aware Group Self-Support Learning

Yansheng Qiu (Wuhan University), Zheng Wang (Wuhan University)

CodeSegmentationKnowledge DistillationMultimodalityBiomedical DataMagnetic Resonance Imaging

🎯 What it does: This paper proposes a category-aware group self-support learning framework (GSS) to enhance feature extraction and mutual distillation effects for multimodal brain tumor segmentation under missing modality conditions.

Seeing Beyond the Patch: Scale-Adaptive Semantic Segmentation of High-resolution Remote Sensing Imagery based on Reinforcement Learning

Yinhe Liu (Wuhan University), Yanfei Zhong (Wuhan University)

CodeSegmentationConvolutional Neural NetworkReinforcement LearningImage

🎯 What it does: To address the issue of sliding window scale limitations in high-resolution remote sensing image segmentation, this paper proposes GeoAgentβ€”a scale-adaptive semantic segmentation framework based on reinforcement learning, which can dynamically select appropriate image block scales to obtain richer contextual information, thereby improving segmentation accuracy.

SegGPT: Towards Segmenting Everything in Context

Xinlong Wang (Beijing Academy of Artificial Intelligence), Tiejun Huang (Peking University)

CodeSegmentationTransformerPrompt EngineeringImage

🎯 What it does: SegGPT proposes a universal model capable of completing various segmentation tasks in a single context reasoning. By employing a randomly colored in-context learning framework during training on different segmentation data, the model relies on context rather than specific colors to accomplish tasks.

SegPrompt: Boosting Open-World Segmentation via Category-Level Prompt Learning

Muzhi Zhu (Zhejiang University), Chunhua Shen (Zhejiang University)

CodeObject DetectionSegmentationTransformerPrompt EngineeringImageBenchmark

🎯 What it does: Proposes the SegPrompt mechanism and the LVIS-OW benchmark to achieve better evaluation and improvement of open-world instance segmentation.

SeiT: Storage-Efficient Vision Training with Tokens Using 1% of Pixel Storage

Song Park (NAVER AI Lab), Sangdoo Yun (NAVER AI Lab)

CodeCompressionOptimizationTransformerGenerative Adversarial NetworkImage

🎯 What it does: A storage-efficient visual training framework called SeiT is proposed, which uses 1% pixel storage to compress images into 1024 discrete tokens and directly trains ViT.

Self-Evolved Dynamic Expansion Model for Task-Free Continual Learning

Fei Ye (University of York), Adrian G. Bors (University of York)

CodeOptimizationMixture of ExpertsAuto EncoderImage

🎯 What it does: Proposed and implemented a Self-Evolving Dynamic Expansion Model (SEDEM) for task-agnostic continual learning, capable of automatically determining whether to add new experts and conducting incremental training in data streams.

Self-regulating Prompts: Foundational Model Adaptation without Forgetting

Muhammad Uzair Khattak (Mohamed bin Zayed University of AI), Fahad Shahbaz Khan (Mohamed bin Zayed University of AI)

CodeClassificationDomain AdaptationPrompt EngineeringContrastive LearningImage

🎯 What it does: Proposed the PromptSRC framework, which utilizes self-regularization to learn prompts on CLIP, balancing task-specific and general features.

Self-similarity Driven Scale-invariant Learning for Weakly Supervised Person Search

Benzhi Wang (Chinese Academy of Sciences), Zhen Lei (Chinese Academy of Sciences)

CodeObject DetectionRetrievalSupervised Fine-TuningImage

🎯 What it does: A Self-similarity driven Scale-invariant Learning (SSL) framework is proposed to address the scale variation problem in weakly supervised person retrieval.

Self-Supervised Character-to-Character Distillation for Text Recognition

Tongkun Guan (Shanghai Jiao Tong University), Xiaokang Yang (Shanghai Jiao Tong University)

CodeRecognitionSegmentationKnowledge DistillationRepresentation LearningTransformerContrastive LearningImage

🎯 What it does: A self-supervised character-level distillation framework (CCD) is proposed, which treats each character as a basic learning unit for representation learning of text images through self-supervised character segmentation and geometric transformation alignment.

Self-supervised Cross-view Representation Reconstruction for Change Captioning

Yunbin Tu (University of Chinese Academy of Sciences), Qingming Huang (University of Chinese Academy of Sciences)

CodeGenerationRepresentation LearningTransformerContrastive LearningImage

🎯 What it does: This paper proposes a self-supervised cross-view representation reconstruction network called SCORER, which aims to learn robust differential representations and generate differential explanations in the presence of view pseudo-transformations.

Self-supervised Image Denoising with Downsampled Invariance Loss and Conditional Blind-Spot Network

Yeong Il Jang (Seoul National University), Nam Ik Cho (Seoul National University)

CodeRestorationConvolutional Neural NetworkImage

🎯 What it does: A self-supervised image denoising framework based on Conditional Blind Spot Networks (C-BSN) is proposed.

Self-Supervised Monocular Depth Estimation by Direction-aware Cumulative Convolution Network

Wencheng Han (University of Macau), Jianbing Shen (Beijing Institute of Technology)

CodeDepth EstimationAutonomous DrivingConvolutional Neural NetworkImage

🎯 What it does: To address the direction sensitivity and environmental dependence in self-supervised monocular depth estimation, a Direction-Aware Cumulative Convolutional Network (DaCCN) is proposed.

Semantic Information in Contrastive Learning

Shengjiang Quan (University of Tokyo), Yuji Yamakawa (University of Tokyo)

CodeObject DetectionSegmentationDepth EstimationConvolutional Neural NetworkTransformerContrastive LearningImage

🎯 What it does: In the pre-training phase, the SemCL method is proposed, which generates contrastive samples of objects and their surrounding environments by utilizing publicly available semantic annotations to construct a new contrastive learning pretext task;

Semantic-Aware Implicit Template Learning via Part Deformation Consistency

Sihyeon Kim (Korea University), Hyunwoo J. Kim (Korea University)

CodeSegmentationGenerationAuto EncoderPoint Cloud

🎯 What it does: Learning a semantic-aware implicit template network that achieves unified representation and high-quality correspondence for different shapes through self-supervised segmentation feature-guided templates and deformation fields;

Semantics Meets Temporal Correspondence: Self-supervised Object-centric Learning in Videos

Rui Qian (Chinese University of Hong Kong), Dahua Lin (Chinese University of Hong Kong)

CodeObject DetectionSegmentationTransformerVideo

🎯 What it does: A self-supervised framework SMTC is proposed, which combines high-level semantics and low-level temporal correspondence to achieve unsupervised video object learning, utilizing semantic-aware mask slot attention for semantic decomposition and instance recognition.

Semantics-Consistent Feature Search for Self-Supervised Visual Representation Learning

Kaiyou Song (Megvii Technology), Jin Xie (Megvii Technology)

CodeObject DetectionSegmentationRepresentation LearningTransformerContrastive LearningImage

🎯 What it does: This paper proposes a method that utilizes Semantic Consistent Feature Search (SCFS) in self-supervised contrastive learning to adaptively find semantically consistent feature regions for comparison, thereby alleviating the semantic inconsistency issues caused by data augmentation and enhancing the model's focus on target regions.

Semi-supervised Semantics-guided Adversarial Training for Robust Trajectory Prediction

Ruochen Jiao (Northwestern University), Qi Zhu (Northwestern University)

CodeAutonomous DrivingAdversarial AttackGraph Neural NetworkAuto EncoderGenerative Adversarial NetworkTime Series

🎯 What it does: A semi-supervised semantic-guided adversarial training method has been developed to enhance the robustness and generalization ability of trajectory prediction models under adversarial attacks.

Set-level Guidance Attack: Boosting Adversarial Transferability of Vision-Language Pre-training Models

Dong Lu (Southern University of Science and Technology), Feng Zheng (Monash University)

CodeRetrievalAdversarial AttackTransformerVision Language ModelMultimodality

🎯 What it does: This study investigates the adversarial transferability of visual-language pre-trained models and proposes the Set-level Guidance Attack (SGA) method.

SG-Former: Self-guided Transformer with Evolving Token Reallocation

Sucheng Ren (National University of Singapore), Xinchao Wang (National University of Singapore)

CodeClassificationObject DetectionSegmentationTransformerImage

🎯 What it does: A self-guided Transformer (SG-Former) is designed to dynamically reallocate tokens based on the importance map predicted by the model itself, achieving efficient fine-grained global self-attention modeling through a mixed scale attention mechanism that integrates both local and global attention within the same layer.

Shape Anchor Guided Holistic Indoor Scene Understanding

Mingyue Dong (Wuhan University), Xianwei Zheng (Wuhan University)

CodeObject DetectionSegmentationPoint CloudMesh

🎯 What it does: This paper proposes a shape anchor point guided learning strategy called AncLearn, and integrates it into the AncRec framework to achieve unified indoor scene understanding from detection to reconstruction.

SHERF: Generalizable Human NeRF from a Single Image

Shoukang Hu (Nanyang Technological University), Ziwei Liu (Nanyang Technological University)

CodeGenerationData SynthesisPose EstimationTransformerNeural Radiance FieldImage

🎯 What it does: We propose SHERF, a generalizable Human NeRF that can recover animatable 3D human bodies from a single portrait image.

Shift from Texture-bias to Shape-bias: Edge Deformation-based Augmentation for Robust Object Recognition

Xilin He (Shenzhen University), Linlin Shen (Shenzhen University)

CodeRecognitionObject DetectionData SynthesisConvolutional Neural NetworkGenerative Adversarial NetworkImage

🎯 What it does: An online data augmentation method based on edge deformation (SDbOA) is proposed, which diversifies the shape of objects through TPS deformation, thereby reducing the texture bias of CNNs and enhancing the model's reliance on shape features.

Shrinking Class Space for Enhanced Certainty in Semi-Supervised Learning

Lihe Yang (University of Hong Kong), Hengshuang Zhao (University of Hong Kong)

CodeClassificationConvolutional Neural NetworkContrastive LearningImage

🎯 What it does: This paper proposes a semi-supervised learning framework called ShrinkMatch, which reduces the category space by automatically removing categories that are confused with the highest predicted category, allowing uncertain samples to gain sufficient confidence in the new space and be utilized;

SIDGAN: High-Resolution Dubbed Video Generation via Shift-Invariant Learning

Urwa Muaz (Amazon Prime Video), Naveen Nair (Amazon Prime Video)

CodeGenerationData SynthesisGenerative Adversarial NetworkVideo

🎯 What it does: Achieved high-resolution video lip synchronization generation while maintaining identity and pose.

SiLK: Simple Learned Keypoints

Pierre Gleize (Meta AI), Matt Feiszli (Meta AI)

CodeRecognitionObject DetectionRepresentation LearningConvolutional Neural NetworkContrastive LearningImage

🎯 What it does: A simple and scalable self-supervised learning framework SiLK has been designed and implemented for learning image keypoint detection and description.

Simple Baselines for Interactive Video Retrieval with Questions and Answers

Kaiqu Liang (Princeton University), Samuel Albanie (University of Cambridge)

CodeRetrievalTransformerLarge Language ModelVision Language ModelVideoText

🎯 What it does: This paper proposes an interactive video retrieval framework based on question answering, utilizing a video question answering model to simulate user responses for interactive retrieval.

SimpleClick: Interactive Image Segmentation with Simple Vision Transformers

Qin Liu (University of North Carolina at Chapel Hill), Marc Niethammer (University of North Carolina at Chapel Hill)

CodeSegmentationTransformerImageBiomedical Data

🎯 What it does: An interactive image segmentation method called SimpleClick is proposed, which is based on a standard ViT backbone and achieves efficient segmentation through symmetric embedding of click information and a simple feature pyramid.

Single Image Reflection Separation via Component Synergy

Qiming Hu (Tianjin University), Xiaojie Guo (Tianjin University)

CodeRestorationConvolutional Neural NetworkImage

🎯 What it does: This paper proposes a new single-image reflection separation model that utilizes a learnable residual term and a dual-stream semantic-aware network to achieve more complete separation of reflection and transmission layers.

Single-Stage Diffusion NeRF: A Unified Approach to 3D Generation and Reconstruction

Hansheng Chen (Tongji University), Hao Su (University of California)

CodeGenerationData SynthesisDiffusion modelNeural Radiance FieldAuto EncoderPoint Cloud

🎯 What it does: Proposes SSDNeRF, a unified framework for single-stage training that can simultaneously perform unconditional 3D generation and sparse view reconstruction;

SIRA-PCR: Sim-to-Real Adaptation for 3D Point Cloud Registration

Suyi Chen (University of Electronic Science and Technology of China), Shuaicheng Liu (University of Electronic Science and Technology of China)

CodeRecognitionData SynthesisDomain AdaptationConvolutional Neural NetworkGenerative Adversarial NetworkPoint Cloud

🎯 What it does: A simulation-to-real adaptation framework SIRA-PCR is proposed for 3D point cloud registration.

Size Does Matter: Size-aware Virtual Try-on via Clothing-oriented Transformation Try-on Network

Chieh-Yun Chen (Stylins.ai), Wen-Huang Cheng (National Taiwan University)

CodeImage TranslationSegmentationGenerationConvolutional Neural NetworkGenerative Adversarial NetworkImage

🎯 What it does: A high-resolution virtual try-on network based on garment structure, COTTON, is proposed, which can achieve precise deformation through garment key points and segmentation, and supports try-on for different sizes.

SKiT: a Fast Key Information Video Transformer for Online Surgical Phase Recognition

Yang Liu (King's College London), Sebastien Ourselin (King's College London)

CodeRecognitionComputational EfficiencyTransformerVideo

🎯 What it does: A fast key information Transformer named SKiT is proposed for online surgical phase recognition.

SLCA: Slow Learner with Classifier Alignment for Continual Learning on a Pre-trained Model

Gengwei Zhang (University of Technology Sydney), Yunchao Wei (Institute of Information Science Beijing Jiaotong University)

CodeClassificationRepresentation LearningTransformerSupervised Fine-TuningImage

🎯 What it does: This paper proposes a method called Slow Learner with Classifier Alignment (SLCA) for continual learning on pre-trained models.

SMMix: Self-Motivated Image Mixing for Vision Transformers

Mengzhao Chen (Xiamen University), Rongrong Ji (Xiamen University)

CodeObject DetectionSegmentationTransformerImage

🎯 What it does: A self-driven image mixing method called SMMix is proposed to enhance the generalization and robustness of Vision Transformers.

Social Diffusion: Long-term Multiple Human Motion Anticipation

Julian Tanke (University of Bonn), Cem Keskin (Reality Labs Research)

CodeGenerationPose EstimationDiffusion modelVideo

🎯 What it does: A multi-person human action prediction framework based on diffusion modelsβ€”Social Diffusionβ€”has been proposed, which generates motion sequences feasible for social interaction while maintaining the authenticity of individual postures.

Source-free Depth for Object Pop-out

Zongwei WU, Luc Van Gool (ETH Zurich)

CodeObject DetectionSegmentationDomain AdaptationConvolutional Neural NetworkImage

🎯 What it does: Learn contact surfaces through source-free deep networks and the 'pop-out' prior, converting depth to semantics to achieve cross-domain and cross-task object segmentation.

Source-free Domain Adaptive Human Pose Estimation

Qucheng Peng (University of Central Florida), Chen Chen (University of Central Florida)

CodePose EstimationDomain AdaptationContrastive LearningImage

🎯 What it does: This paper proposes a source-free domain adaptive human pose estimation task and designs an end-to-end framework consisting of a source model, a transition model, and a target model in a three-layer structure;

SpaceEvo: Hardware-Friendly Search Space Design for Efficient INT8 Inference

Xudong Wang (Shanghai Jiao Tong University), Mao Yang (Microsoft)

CodeComputational EfficiencyKnowledge DistillationNeural Architecture SearchImage

🎯 What it does: Proposes the SpaceEvo method, which automatically constructs a hardware-specific INT8 quantization-friendly search space and trains a quantization-for-all super network within that space, ultimately resulting in the SEQnet series of efficient models.

SparseFusion: Fusing Multi-Modal Sparse Representations for Multi-Sensor 3D Object Detection

Yichen Xie (University of California), Wei Zhan (University of California)

CodeObject DetectionAutonomous DrivingTransformerImageMultimodalityPoint Cloud

🎯 What it does: Using sparse candidate boxes and sparse representation, we construct a 3D object detection framework called SparseFusion for LiDAR and camera sensors. Instance-level features are extracted through parallel single-modal detectors, and then the camera candidate boxes are projected into the LiDAR coordinate system. A lightweight self-attention module is used to fuse the two modal features in a unified 3D space, ultimately yielding high-quality 3D frames.