← Search

Xing Sun

80 accepted papers

2026

AOEB: Benchmarking Agent-Oriented Multimodal Embeddings

ICML 2026poster

LLM agents powered by retrieval and RAG are increasingly prevalent across research and applications. Embedding models play a critical role in these systems, particularly in embedding-based retrieval. However, current benchmarks for embeddings, such as MTEB, remain focused on general-purpose scenario…

Cited by 0SourceScholar
2026

ActiveVLN: Towards Active Exploration Via Multi-Turn RL in Vision-And-Language Navigation

ICRA 2026poster

The Vision-and-Language Navigation (VLN) task requires an agent to follow natural language instructions and navigate through complex environments. Existing MLLM-based VLN methods primarily rely on imitation learning (IL) and often use DAgger for post-training to mitigate covariate shift. While effec…

2026

Any-Diffusion: Unified Multimodal Understanding and Generation with Masked Discrete Diffusion

ICML 2026poster

While recent multimodal large language models (MLLMs) have made impressive strides, they mostly employ a conventional autoregressive architecture as their backbone, leaving significant room for exploring effective and efficient alternatives in architectural design. Meanwhile, recent studies have suc…

Cited by 0SourceScholar
2026

Attend to the Active: Structure-Aware Dynamic Attention in LLMs for Compositional Instruction Following

ICLR 2026poster

Large language models (LLMs) have exhibited strong instruction-following capabilities; however, they often struggle with compositional instructions involving multiple interleaved yet logically independent sub-tasks. These sub-tasks are typically organized in mutually exclusive structures, such as br…

Cited by 0SourceScholar
2026

CUARewardBench: Benchmark for Evaluating Reward Models on Computer-using Agent Trajectories

ICML 2026poster

Computer-using agents (CUAs) enable task completion through natural interaction with operating systems and software interfaces. While script-based verifiers are widely adopted for evaluation, they suffer from limited scalability and inability to provide step-wise assessment. Reward models offer prom…

Cited by 0SourceScholar
2026

Count Counts: Motivating Exploration in LLM Reasoning with Count-based Intrinsic Rewards

ICLR 2026poster

Reinforcement Learning (RL) has become a compelling way to strengthen the multi step reasoning ability of Large Language Models (LLMs). However, prevalent RL paradigms still lean on sparse outcome-based rewards and limited exploration, which often drives LLMs toward repetitive and suboptimal reasoni…

Cited by 0SourceScholar
2026

DenseMLLM: Standard Multimodal LLMs are Intrinsic Dense Predictors

ICML 2026poster

Multimodal Large Language Models (MLLMs) have demonstrated exceptional capabilities in high-level visual understanding. However, extending these models to fine-grained dense prediction tasks, such as semantic segmentation and depth estimation, typically necessitates the incorporation of complex, tas…

Cited by 0SourceScholar
2026

DisPPO: Quantile-Based Distributional Reinforcement Learning for Large Language Models

ICML 2026poster

Reinforcement Learning (RL) has become a cornerstone for enhancing the reasoning capabilities of Large Language Models (LLMs). However, standard actor-critic methods, such as PPO, rely on scalar value functions that estimate only the expectation of cumulative returns. This reduction inherently disca…

Cited by 0SourceScholar
2026

Human Cognition Inspired RAG with Knowledge Graph for Complex Problem Solving

AAAI 2026technical

Large Language Models (LLMs) have demonstrated significant potential across various domains. However, they often struggle with integrating external knowledge and performing complex reasoning, leading to hallucinations and unreliable outputs. Retrieval Augmented Generation (RAG) has emerged as a prom

Cited by 0SourcePDFScholar
2026

Learn the Ropes, Then Trust the Wins: Self-imitation with Progressive Exploration for Agentic Reinforcement Learning

ICLR 2026poster

Reinforcement learning (RL) is the dominant paradigm for sharpening strategic tool use capabilities of LLMs on long-horizon, sparsely-rewarded agent tasks, yet it faces a fundamental challenge of exploration-exploitation trade-off. Existing studies stimulate exploration through the lens of policy en…

Cited by 0SourcecodeScholar
2026

Memoria-Bench: A Comprehensive Benchmark for Evaluating Memory in Long-Horizon Autonomous Agents

ICML 2026poster

Memory is a core capability of autonomous agents, yet existing benchmarks evaluate it primarily in constrained settings such as short dialogues or synthetic tasks, failing to reflect realistic agent deployments. We present \textbf{Memoria-Bench}, a benchmark for evaluating agent memory grounded in c…

Cited by 0SourceScholar
2026

PoLi-RL: A Point-to-List Reinforcement Learning Framework for Conditional Semantic Textual Similarity

ICLR 2026poster

Conditional Semantic Textual Similarity (C-STS) measures the semantic proximity between text segments under a specific condition, thereby overcoming the ambiguity inherent in traditional STS. However, existing methods are largely confined to discriminative models, failing to fully integrate recent b…

Cited by 0SourcecodeScholar
2026

Process-Level Trajectory Evaluation for Environment Configuration in Software Engineering Agents

ICLR 2026poster

Large language model-based agents show promise for software engineering, but environment configuration remains a bottleneck due to heavy manual effort and scarce large-scale, high-quality datasets. Existing benchmarks assess only end-to-end build/test success, obscuring where and why agents succeed…

Cited by 0SourceScholar
2026

RAR: Reversing Visual Attention Re-Sinking for Unlocking Potential in Multimodal Large Language Models

ICLR 2026poster

Multimodal Large Language Models (MLLMs) have achieved remarkable success in vision-language tasks, yet they frequently exhibit suboptimal output layers, where intermediate decoder layers outperform the final ones, signaling underutilized model capacity. In this work, we delve into the root causes a…

Cited by 0SourceScholar
2026

SSA: Sparse Sparse Attention by Aligning Full and Sparse Attention Outputs in Feature Space

ICML 2026poster

Sparse attention reduces the quadratic complexity of full self-attention but faces two challenges: (1) an attention gap, where applying sparse attention to full-attention-trained models causes performance degradation due to train-inference distribution mismatch, and (2) a capability gap, where model…

Cited by 0SourceScholar
2026

Training-Free Hashing-Based Attention via Binary Principal Components

ICML 2026poster

Long-context large language models (LLMs) are increasingly deployed in real-world applications, yet self-attention remains a major efficiency bottleneck -- especially during decoding -- due to the necessity of repeatedly processing ever-growing key-value (KV) caches. Existing sparse attention reduce…

Cited by 0SourceScholar
2026

UVU: Improving Multimodal Understanding via Vision-Language Unified Autoregressive Paradigm

CVPR 2026

Despite remarkable advancements in multimodal large language models (MLLMs), their fine-grained visual understanding is constrained by a primary reliance on sparse textual supervision. Existing efforts to introduce visual supervision typically do so during post-training, when visual representations

Cited by 0SourceScholar
2026

Youtu-GraphRAG: Vertically Unified Agents for Graph Retrieval-Augmented Complex Reasoning

ICLR 2026poster

Graph retrieval-augmented generation (GraphRAG) has effectively enhanced large language models in complex reasoning by organizing fragmented knowledge into explicitly structured graphs. Prior efforts have been made to improve either graph construction or graph retrieval in isolation, yielding subopt…

Cited by 0SourcecodeScholar
2025

DS-VLM: Diffusion Supervision Vision Language Model

ICML 2025poster

Vision-Language Models (VLMs) face two critical limitations in visual representation learning: degraded supervision due to information loss during gradient propagation, and the inherent semantic sparsity of textual supervision compared to visual data. We propose the Diffusion Supervision Vision-Lang…

Cited by 0SourcePDFScholar
2025

FIPO: Free-form Instruction-oriented Prompt Optimization with Preference Dataset and Modular Fine-tuning Schema

COLING 2025main

When carefully optimized by human experts, naive prompts can significantly enhance the task performance of large language models (LLMs). However, such expert-driven prompt optimizations are resource-intensive. To address this, some studies have proposed Automatic Prompt Optimization (APO), which ref…

2025

FlexiReID: Adaptive Mixture of Expert for Multi-Modal Person Re-Identification

ICML 2025poster

Multimodal person re-identification (Re-ID) aims to match pedestrian images across different modalities. However, most existing methods focus on limited cross-modal settings and fail to support arbitrary query-retrieval combinations, hindering practical deployment. We propose FlexiReID, a flexible f…

Cited by 0SourcePDFScholar
2025

Freeze-Omni: A Smart and Low Latency Speech-to-speech Dialogue Model with Frozen LLM

ICML 2025poster

The GPT-4o's excellent duplex speech interaction ability has given users an impressive experience. Researchers have recently proposed several multimodal LLMs to achieve user-agent speech-to-speech conversations. In this paper, we propose a novel speech-text multimodal LLM architecture called Freeze-…

Cited by 32SourcePDFScholar
2025

Incentivizing Reasoning for Advanced Instruction-Following of Large Language Models

NeurIPS 2025poster

Existing large language models (LLMs) face challenges of following complex instructions, especially when multiple constraints are present and organized in paralleling, chaining, and branching structures. One intuitive solution, namely chain-of-thought (CoT), is expected to universally improve capabi…

Cited by 0SourcecodeScholar
2025

Knowledge Transfer Across Modalities for Weakly Supervised Point Cloud Semantic Segmentation

ICASSP 2025accepted

Current weakly supervised point cloud semantic segmentation struggles with insufficient utilization of limited annotations in unimodal representation learning due to the sparse and textureless nature of point clouds. In this work, we leverage cross-modality information by transferring knowledge from…

Cited by 0SourceScholar
2025

LTD-Bench: Evaluating Large Language Models by Letting Them Draw

NeurIPS 2025poster

Current evaluation paradigms for large language models (LLMs) represent a critical blind spot in AI research—relying on opaque numerical metrics that conceal fundamental limitations in spatial reasoning while providing no intuitive understanding of model capabilities. This deficiency creates a dange…

Cited by 0SourcecodeScholar
2025

Learning Interleaved Image-Text Comprehension in Vision-Language Large Models

ICLR 2025poster

The swift progress of Multi-modal Large Models (MLLMs) has showcased their impressive ability to tackle tasks blending vision and language. Yet, most current models and benchmarks cater to scenarios with a narrow scope of visual and textual contexts. These models often fall short when faced with com…

Cited by 0SourcePDFScholar
2025

MAC-SQL: A Multi-Agent Collaborative Framework for Text-to-SQL

COLING 2025main

Recent LLM-based Text-to-SQL methods usually suffer from significant performance degradation on “huge” databases and complex user questions that require multi-step reasoning. Moreover, most existing methods neglect the crucial significance of LLMs utilizing external tools and model collaboration. To…

2025

MME: A Comprehensive Evaluation Benchmark for Multimodal Large Language Models

NeurIPS 2025spotlight

Multimodal Large Language Model (MLLM) relies on the powerful LLM to perform multimodal tasks, showing amazing emergent abilities in recent studies, such as writing poems based on an image. However, it is difficult for these case studies to fully reflect the performance of MLLM, lacking a comprehens…

Cited by 0SourcecodeScholar
2025

Probability-Density-aware Semi-supervised Learning

AAAI 2025technical

In Semi-supervised learning(SSL), we always accept cluster assumption, assuming features in different high-density regions belong to other categories. However, it is always ignored by existing algorithms and needs mathematical explanations. This paper first proposes a theorem to statistically explai…

2025

RocketEval: Efficient automated LLM evaluation via grading checklist

ICLR 2025poster

Evaluating large language models (LLMs) in diverse and challenging scenarios is essential to align them with human preferences. To mitigate the prohibitive costs associated with human evaluations, utilizing a powerful LLM as a judge has emerged as a favored approach. Nevertheless, this methodology e…

2025

RoleMRC: A Fine-Grained Composite Benchmark for Role-Playing and Instruction-Following

ACL 2025finding

Role-playing is important for Large Language Models (LLMs) to follow diverse instructions while maintaining role identity and the role’s pre-defined ability limits. Existing role-playing datasets mostly contribute to controlling role style and knowledge boundaries, but overlook role-playing in instr…

2025

RolePlot: A Systematic Framework for Evaluating and Enhancing the Plot-Progression Capabilities of Role-Playing Agents

ACL 2025long

Role-playing agents (RPAs) are garnering increasing interests as a novel form of conversational AI. While previous research has predominantly concentrated on their ability to portray specified characters, we argue from a user-centered perspective that RPAs’ capability to advance the plot requires su…

Cited by 0SourcePDFScholar
2025

Sequential-NIAH: A Needle-In-A-Haystack Benchmark for Extracting Sequential Needles from Long Contexts

EMNLP 2025

Evaluating the ability of large language models (LLMs) to process lengthy contexts is critical, especially for retrieving query-relevant information embedded within them. We introduce Sequential-NIAH, a benchmark specifically designed to evaluate the capability of LLMs to extract sequential informat

Cited by 0SourcePDFScholar
2025

Tell Me What You Don’t Know: Enhancing Refusal Capabilities of Role-Playing Agents via Representation Space Analysis and Editing

ACL 2025finding

Role-Playing Agents (RPAs) have shown remarkable performance in various applications, yet they often struggle to recognize and appropriately respond to hard queries that conflict with their role-play knowledge. To investigate RPAs’ performance when faced with different types of conflicting requests,…

Cited by 0SourcePDFScholar
2025

TransMLA: Migrating GQA Models to MLA with Full DeepSeek Compatibility and Speedup

NeurIPS 2025spotlight

Modern large-language models often face communication bottlenecks on current hardware rather than computational limitations. *Multi-head latent attention (MLA)* addresses this by compressing the key-value cache using low-rank matrices, while the Absorb operation prevents the KV cache from reverting…

Cited by 0SourceScholar
2025

VITA-1.5: Towards GPT-4o Level Real-Time Vision and Speech Interaction

NeurIPS 2025spotlight

Recent Multimodal Large Language Models (MLLMs) have typically focused on integrating visual and textual modalities, with less emphasis placed on the role of speech in enhancing interaction. However, speech plays a crucial role in multimodal dialogue systems, and implementing high-performance in bot…

Cited by 0SourcecodeScholar
2025

VITA-Audio: Fast Interleaved Audio-Text Token Generation for Efficient Large Speech-Language Model

NeurIPS 2025poster

With the growing requirement for natural human-computer interaction, speech-based systems receive increasing attention as speech is one of the most common forms of daily communication. However, the existing speech models still experience high latency when generating the first audio token during stre…

Cited by 0SourceScholar
2025

Video-MME: The First-Ever Comprehensive Evaluation Benchmark of Multi-modal LLMs in Video Analysis

CVPR 2025highlight

In the quest for artificial general intelligence, Multi-modal Large Language Models (MLLMs) have emerged as a focal point in recent advancements. However, the predominant focus remains on developing their capabilities in static image understanding. The potential of MLLMs to process sequential visual…

Cited by 368SourcePDFScholar
2025

Zooming from Context to Cue: Hierarchical Preference Optimization for Multi-Image MLLMs

NeurIPS 2025poster

Multi-modal Large Language Models (MLLMs) excel at single-image tasks but struggle with multi-image understanding due to cross-modal misalignment, leading to hallucinations (context omission, conflation, and misinterpretation). Existing methods using Direct Preference Optimization (DPO) constrain op…

Cited by 0SourcecodeScholar
2024

A General and Efficient Training for Transformer via Token Expansion

CVPR 2024poster

The remarkable performance of Vision Transformers (ViTs) typically requires an extremely large training cost. Existing methods have attempted to accelerate the training of ViTs yet typically disregard method universality with accuracy dropping. Meanwhile they break the training consistency of the or…

2024

Aligning and Prompting Everything All at Once for Universal Visual Perception

CVPR 2024poster

Vision foundation models have been explored recently to build general-purpose vision systems. However predominant paradigms driven by casting instance-level tasks as an object-word alignment bring heavy cross-modality interaction which is not effective in prompting object detection and visual ground…

2024

Eliminating Biased Length Reliance of Direct Preference Optimization via Down-Sampled KL Divergence

EMNLP 2024main

Direct Preference Optimization (DPO) has emerged as a prominent algorithm for the direct and robust alignment of Large Language Models (LLMs) with human preferences, offering a more straightforward alternative to the complex Reinforcement Learning from Human Feedback (RLHF). Despite its promising ef…

2024

Enhancing Visual Document Understanding with Contrastive Learning in Large Visual-Language Models

CVPR 2024poster

Recently the advent of Large Visual-Language Models (LVLMs) has received increasing attention across various domains particularly in the field of visual document understanding (VDU). Different from conventional vision-language tasks VDU is specifically concerned with text-rich scenarios containing a…

Cited by 14SourcePDFScholar
2024

Grab What You Need: Rethinking Complex Table Structure Recognition with Flexible Components Deliberation

AAAI 2024technical

Recently, Table Structure Recognition (TSR) task, aiming at identifying table structure into machine readable formats, has received increasing interest in the community. While impressive success, most single table component-based methods can not perform well on unregularized table cases distracted b…

Cited by 9SourcePDFScholar
2024

HRVDA: High-Resolution Visual Document Assistant

CVPR 2024poster

Leveraging vast training data multimodal large language models (MLLMs) have demonstrated formidable general visual comprehension capabilities and achieved remarkable performance across various tasks. However their performance in visual document understanding still leaves much room for improvement. T…

Cited by 20SourcePDFScholar
2024

Multimodal Label Relevance Ranking via Reinforcement Learning

ECCV 2024poster

"Conventional multi-label recognition methods often focus on label confidence, frequently overlooking the pivotal role of partial order relations consistent with human preference. To resolve these issues, we introduce a novel method for multimodal label relevance ranking, named Label Relevance Ranki…

2024

SPD-DDPM: Denoising Diffusion Probabilistic Models in the Symmetric Positive Definite Space

AAAI 2024technical

Symmetric positive definite(SPD) matrices have shown important value and applications in statistics and machine learning, such as FMRI analysis and traffic prediction. Previous works on SPD matrices mostly focus on discriminative models, where predictions are made directly on E(X|y), where y is a ve…

2024

Sinkhorn Distance Minimization for Knowledge Distillation

COLING 2024main

Knowledge distillation (KD) has been widely adopted to compress large language models (LLMs). Existing KD methods investigate various divergence measures including the Kullback-Leibler (KL), reverse Kullback-Leibler (RKL), and Jensen-Shannon (JS) divergences. However, due to limitations inherent in…

2024

SoftCLIP: Softer Cross-Modal Alignment Makes CLIP Stronger

AAAI 2024technical

During the preceding biennium, vision-language pre-training has achieved noteworthy success on several downstream tasks. Nevertheless, acquiring high-quality image-text pairs, where the pairs are entirely exclusive of each other, remains a challenging task, and noise exists in the commonly used data…

2024

Visual Hallucination Elevates Speech Recognition

AAAI 2024technical

Due to the detrimental impact of noise on the conventional audio speech recognition (ASR) task, audio-visual speech recognition~(AVSR) has been proposed by incorporating both audio and visual video signals. Although existing methods have demonstrated that the aligned visual input of lip movements ca…

Cited by 5SourcePDFScholar
2023

Attention Where It Matters: Rethinking Visual Document Understanding with Selective Region Concentration

ICCV 2023poster

We propose a novel end-to-end document understanding model called SeRum (SElective Region Understanding Model) for extracting meaningful information from document images, including document analysis, retrieval, and office automation. Unlike state-of-the-art approaches that rely on multi-stage techni…

Cited by 15PDFScholar
2023

CAPro: Webly Supervised Learning with Cross-modality Aligned Prototypes

NeurIPS 2023poster

Webly supervised learning has attracted increasing attention for its effectiveness in exploring publicly accessible data at scale without manual annotation. However, most existing methods of learning with web datasets are faced with challenges from label noise, and they have limited assumptions on c…

2023

Coarse-to-Fine: Learning Compact Discriminative Representation for Single-Stage Image Retrieval

ICCV 2023poster

Image retrieval targets to find images from a database that are visually similar to the query image. Two-stage methods following retrieve-and-rerank paradigm have achieved excellent performance, but their separate local and global modules are inefficient to real-world applications. To better trade-o…

Cited by 13PDFcodeScholar
2023

D3G: Exploring Gaussian Prior for Temporal Sentence Grounding with Glance Annotation

ICCV 2023poster

Temporal sentence grounding (TSG) aims to locate a specific moment from an untrimmed video with a given natural language query. Recently, weakly supervised methods still have a large performance gap compared to fully supervised ones, while the latter requires laborious timestamp annotations. In this…

Cited by 15PDFcodeScholar
2023

Mitigating Memorization of Noisy Labels via Regularization between Representations

ICLR 2023poster

Designing robust loss functions is popular in learning with noisy labels while existing designs did not explicitly consider the overfitting property of deep neural networks (DNNs). As a result, applying these losses may still suffer from overfitting/memorizing noisy labels as training proceeds. In t…

2023

Span-level Aspect-based Sentiment Analysis via Table Filling

ACL 2023long

In this paper, we propose a novel span-level model for Aspect-Based Sentiment Analysis (ABSA), which aims at identifying the sentiment polarity of the given aspect. In contrast to conventional ABSA models that focus on modeling the word-level dependencies between an aspect and its corresponding opin…

Cited by 21SourcePDFScholar
2022

DIFNet: Boosting Visual Information Flow for Image Captioning

CVPR 2022poster

Current Image captioning (IC) methods predict textual words sequentially based on the input visual information from the visual feature extractor and the partially generated sentence information. However, for most cases, the partially generated sentence may dominate the target word prediction due to…

Cited by 62PDFScholar
2022

DisCo: Remedying Self-Supervised Learning on Lightweight Models with Distilled Contrastive Learning

ECCV 2022poster

"While Self-Supervised Learning (SSL) has received widespread attention from the community, recent researches argue that its performance often suffers a cliff fall when the model size decreases. Since current SSL methods mainly rely on contrastive learning to train the network, we propose a simple y…

2022

Efficient Decoder-Free Object Detection with Transformers

ECCV 2022poster

"Vision transformers (ViTs) are changing the landscape of object detection tasks. A natural usage of ViTs in detection is to replace the CNN-based backbone with a transformer-based backbone, which is simple yet brings an enormous computation burden during inference. More subtle usage is the DETR fam…

2022

Evo-ViT: Slow-Fast Token Evolution for Dynamic Vision Transformer

AAAI 2022technical

Vision transformers (ViTs) have recently received explosive popularity, but the huge computational cost is still a severe issue. Since the computation complexity of ViT is quadratic with respect to the input sequence length, a mainstream paradigm for computation reduction is to reduce the number of…

2022

PAC-Net: Highlight Your Video via History Preference Modeling

ECCV 2022poster

"Autonomous highlight detection is crucial for video editing and video browsing on social media platforms. General video highlight detection aims at extracting the most interesting segments from the entire video. However, interest is subjective among different users. A naive solution is to train a m…

Cited by 4SourcePDFScholar
2022

Self-supervised Models are Good Teaching Assistants for Vision Transformers

ICML 2022spotlight

Transformers have shown remarkable progress on computer vision tasks in the past year. Compared to their CNN counterparts, transformers usually need the help of distillation to achieve comparable results on middle or small sized datasets. Meanwhile, recent researches discover that when transformers…

2021

Ask&Confirm: Active Detail Enriching for Cross-Modal Retrieval With Partial Query

ICCV 2021poster

Text-based image retrieval has seen considerable progress in recent years. However, the performance of existing methods suffers in real life since the user is likely to provide an incomplete description of an image, which often leads to results filled with false positives that fit the incomplete des…

Cited by 18PDFcodeScholar
2021

Dig into Multi-modal Cues for Video Retrieval with Hierarchical Alignment

IJCAI 2021poster

Multi-modal cues presented in videos are usually beneficial for the challenging video-text retrieval task on internet-scale datasets. Recent video retrieval methods take advantage of multi-modal cues by aggregating them to holistic high-level semantics for matching with text representations in a glo…

Cited by 24SourcePDFScholar
2021

Enhancing Unsupervised Video Representation Learning by Decoupling the Scene and the Motion

AAAI 2021technical

One significant factor we expect the video representation learning to capture, especially in contrast with the image representation learning, is the object motion. However, we found that in the current mainstream video datasets, some action categories are highly related with the scene where the acti…

2021

Learning 3D Shape Feature for Texture-Insensitive Person Re-Identification

CVPR 2021poster

It is well acknowledged that person re-identification (person ReID) highly relies on visual texture information like clothing. Despite significant progress has been made in recent years, texture-confusing situations like clothing changing and persons wearing the same clothes receive little attention…

Cited by 147PDFScholar
2021

Learning Canonical View Representation for 3D Shape Recognition With Arbitrary Views

ICCV 2021poster

In this paper, we focus on recognizing 3D shapes from arbitrary views, i.e., arbitrary numbers and positions of viewpoints. It is a challenging and realistic setting for view-based 3D shape recognition. We propose a canonical view representation to tackle this challenge. We first transform the origi…

Cited by 22PDFcodeScholar
2021

Learning To Know Where To See: A Visibility-Aware Approach for Occluded Person Re-Identification

ICCV 2021poster

Person re-identification (ReID) has gained an impressive progress in recent years. However, the occlusion is still a common and challenging problem for recent ReID methods. Several mainstream methods utilize extra cues (e.g., human pose information) to distinguish human parts from obstacles to allev…

Cited by 86PDFScholar
2021

Learning with Instance-Dependent Label Noise: A Sample Sieve Approach

ICLR 2021poster

Human-annotated labels are often prone to noise, and the presence of such noise will degrade the performance of the resulting deep neural network (DNN) models. Much of the literature (with several recent exceptions) of learning with noisy labels focuses on the case when the label noise is independen…

2021

One for More: Selecting Generalizable Samples for Generalizable ReID Model

AAAI 2021technical

Current training objectives of existing person Re-IDentification (ReID) models only ensure that the loss of the model decreases on selected training batch, with no regards to the performance on samples outside the batch. It will inevitably cause the model to over-fit the data in the dominant positio…

Cited by 21SourcePDFScholar
2021

PR-Net: Preference Reasoning for Personalized Video Highlight Detection

ICCV 2021poster

Personalized video highlight detection aims to shorten a long video to interesting moments according to a user's preference, which has recently raised the community's attention. Current methods regard the user's history as holistic information to predict the user's preference but negating the inhere…

Cited by 14PDFScholar
2021

Removing the Background by Adding the Background: Towards Background Robust Self-Supervised Video Representation Learning

CVPR 2021poster

Self-supervised learning has shown great potentials in improving the video representation ability of deep neural networks by getting supervision from the data itself. However, some of the current methods tend to cheat from the background, i.e., the prediction is highly dependent on the video backgro…

Cited by 112PDFcodeScholar
2021

Temporal Modulation Network for Controllable Space-Time Video Super-Resolution

CVPR 2021poster

Space-time video super-resolution (STVSR) aims to increase the spatial and temporal resolutions of low-resolution and low-frame-rate videos. Recently, deformable convolution based methods have achieved promising STVSR performance, but they could only infer the intermediate frame pre-defined in the t…

Cited by 113PDFcodeScholar
2020

Do Not Disturb Me: Person Re-identification Under the Interference of Other Pedestrians

ECCV 2020poster

In the conventional person Re-ID setting, it is assumed that cropped images are the person images within the bounding box for each individual. However, in a crowded scene, off-shelf-detectors may generate bounding boxes involving multiple people, where the large proportion of background pedestrians…

2019

Pyramidal Person Re-IDentification via Multi-Loss Dynamic Training

CVPR 2019poster

Most existing Re-IDentification (Re-ID) methods are highly dependent on precise bounding boxes that enable images to be aligned with each other. However, due to the challenging practical scenarios, current detection models often produce inaccurate bounding boxes, which inevitably degenerate the perf…

Cited by 502PDFcodeScholar