← Search

Song Wang

121 accepted papers

2026

AdaSFormer: Adaptive Serialized Transformers for Monocular Semantic Scene Completion from Indoor Environments

CVPR 2026

Indoor monocular semantic scene completion (MSSC) is notably more challenging than its outdoor counterpart due to complex spatial layouts and severe occlusions. While transformers are well suited for modeling global dependencies, their high memory cost and difficulty in reconstructing fine-grained d

Cited by 2SourcecodeScholar
2026

Behavior-Invariant Task Representation Learning with Transformer-based World Models for Offline Meta-Reinforcement Learning

ICML 2026poster

Offline Meta-Reinforcement Learning leverages static datasets to enable agents to generalize to unseen environments by combining offline efficiency with meta-learning adaptability, yet it faces fundamental challenges from context and policy distribution shifts. These issues hinder agents trained on …

Cited by 0SourceScholar
2026

Bi-Bridge: Bidirectional Diffusion Bridges for Low-Light Image Enhancement

CVPR 2026

Low-Light Image Enhancement (LLIE) is a challenging task, as severe information loss means a single input can correspond to multiple plausible restorations. This inherent ambiguity causes conventional regression-based models to produce overly-smooth results that lack detail. While recent generative

Cited by 0SourceScholar
2026

Bridging Language and Physics: Automated Design of Continuum Robots with Large Language Models

RSS 2026poster

Large language models (LLMs) have recently emerged as a promising tool for automating robot design from high-level specifications, yet they remain ineffective for robots operating under complex physical interactions. This limitation stems from the gap between language-based reasoning and the physica…

Cited by 0SourceScholar
2026

Don't Overthink with Pixels: Efficient Reasoning for Segmentation

ICML 2026poster

Existing reasoning segmentation approaches typically fine-tune multimodal large language models (MLLMs) using image-text pairs and corresponding mask labels. While recent efforts leverage reinforcement fine-tuning to further enhance reasoning ability, they often suffer from overthinking and produce …

Cited by 0SourceScholar
2026

FaithCoT-Bench: Benchmarking Instance-Level Faithfulness of Chain-of-Thought Reasoning

ICLR 2026poster

Large language models (LLMs) increasingly rely on Chain-of-Thought (CoT) prompting to improve problem-solving and provide seemingly transparent explanations. However, growing evidence shows that CoT often fail to faithfully represent the underlying reasoning process, raising concerns about their rel…

Cited by 0SourcecodeScholar
2026

GEMQ: Global Expert-Level Mixed-Precision Quantization for MoE LLMs

ICML 2026poster

Mixture-of-Experts Large Language Models (MoE-LLMs) achieve strong performance but incur substantial memory overhead due to massive expert parameters. Mixed-precision quantization mitigates this cost by allocating expert-wise bit-widths based on their importance, approaching the accuracy-memory Pare…

Cited by 0SourceScholar
2026

GUIDE: Gaussian Unified Instance Detection for Enhanced Obstacle Perception in Autonomous Driving

AAAI 2026technical

In the realm of autonomous driving, accurately detecting surrounding obstacles is crucial for effective decision-making. Traditional methods primarily rely on 3D bounding boxes to represent these obstacles, which often fail to capture the complexity of irregularly shaped, real-world objects. To over

Cited by 0SourcePDFScholar
2026

Generalist Graph Anomaly Detection via Prototype-Based Distillation

ICML 2026poster

Driven by the pressing demand for graph anomaly detection (GAD) in high-stakes domains, the generalist GAD paradigm, which trains a single detector transferable across new graphs, has recently gained growing attention. However, existing methods often rely on scarce and costly annotations for trainin…

Cited by 0SourceScholar
2026

Learning to Share: Selective Memory for Efficient Parallel Agentic Systems

ICML 2026poster

Agentic systems solve complex tasks by coordinating multiple agents that iteratively reason, invoke tools, and exchange intermediate results. To improve robustness and solution quality, recent approaches deploy multiple agent teams running in parallel to explore diverse reasoning trajectories. Howev…

Cited by 0SourceScholar
2026

OneOcc: Semantic Occupancy Prediction for Legged Robots with a Single Panoramic Camera

CVPR 2026

Robust 3D semantic occupancy is essential for legged and humanoid robots, yet most Semantic Scene Completion (SSC) systems are built for wheeled platforms with forward-facing sensors. We present OneOcc, a vision-only panoramic SSC framework tailored to severe body jitter and 360deg continuity. OneOc

Cited by 0SourcecodeScholar
2026

Plan and Budget: Effective and Efficient Test-Time Scaling on Reasoning Large Language Models

ICLR 2026poster

Large Language Models (LLMs) have achieved remarkable success in complex reasoning tasks, but their inference remains computationally inefficient. We observe a common failure mode in many prevalent LLMs, overthinking, where models generate verbose and tangential reasoning traces even for simple quer…

Cited by 0SourceScholar
2026

Probing to Refine: Reinforcement Distillation of LLM Reasoners via Explanatory Inversion

ICLR 2026poster

Distilling robust reasoning capabilities from large language models (LLMs) into smaller, computationally efficient student models remains an unresolved challenge. Despite recent advances, distilled models frequently suffer from superficial pattern memorization and subpar generalization. To overcome…

Cited by 0SourceScholar
2026

RE-TRAC: REcursive TRAjectory Compression for Deep Search Agents

ICML 2026poster

LLM-based deep research agents are largely built on the ReAct framework. This linear design makes it difficult to revisit earlier states, branch into alternative search directions, or maintain global awareness under long contexts, often leading to local optima, redundant exploration, and inefficient…

Cited by 0SourceScholar
2026

ReasonMap: Towards Fine-Grained Visual Reasoning from Transit Maps

CVPR 2026

Multimodal large language models (MLLMs) have demonstrated significant progress in semantic scene understanding and text-image alignment, with reasoning variants enhancing performance on more complex tasks involving mathematics and logic. However, their proficiency in tasks requiring both fine-grain

Cited by 0SourcecodeScholar
2026

RewardMap: Tackling Sparse Rewards in Fine-grained Visual Reasoning via Multi-Stage Reinforcement Learning

ICLR 2026poster

Fine-grained visual reasoning remains a core challenge for multimodal large language models (MLLMs). The recently introduced ReasonMap highlights this gap by showing that even advanced MLLMs struggle with spatial reasoning in structured and information-rich settings such as transit maps, a task of c…

Cited by 0SourcecodeScholar
2026

SMILE: Extended Deep Submodular Function-Based Instruction and In-context Learning Demonstration Selection

ICML 2026poster

Prompt optimization is a key way to steer large language models when fine-tuning is impractical. However, instruction optimization (IO) and in-context learning (ICL) demonstration selection are often optimized separately and combined post hoc, implicitly assuming that a "best'' instruction and a "be…

Cited by 0SourceScholar
2026

The Quest for Efficient Reasoning: A Data-Centric Benchmark to CoT Distillation

ICLR 2026poster

Data-centric distillation, including data augmentation, selection, and mixing, offers a promising path to creating smaller, more efficient student Large Language Models (LLMs) that retain strong reasoning abilities. However, there still lacks a comprehensive benchmark to systematically assess the ef…

Cited by 0SourcecodeScholar
2026

VisionTrim: Unified Vision Token Compression for Training-Free MLLM Acceleration

ICLR 2026poster

Multimodal large language models (MLLMs) suffer from high computational costs due to excessive visual tokens, particularly in high-resolution and video-based scenarios. Existing token reduction methods typically focus on isolated pipeline components and often neglect textual alignment, leading to pe…

Cited by 0SourcecodeScholar
2025

$\texttt{BetaConform}$: Efficient MAP Estimation of LLM Ensemble Judgment Performance with Prior Transfer

NeurIPS 2025poster

LLM ensembles are widely used for LLM judges. However, how to estimate their accuracy, especially in an efficient way, is unknown. In this paper, we present a principled $\textit{maximum a posteriori}$ (MAP) framework for an economical and precise estimation of the performance of LLM ensemble judgme…

Cited by 0SourceScholar
2025

Acquire and then Adapt: Squeezing out Text-to-Image Model for Image Restoration

CVPR 2025poster

Recently, pre-trained text-to-image (T2I) models have been extensively adopted for real-world image restoration because of their powerful generative prior. However, controlling these large models for image restoration usually requires a large number of high-quality images and immense computational r…

Cited by 0SourcePDFScholar
2025

AnyMAC: Cascading Flexible Multi-Agent Collaboration via Next-Agent Prediction

EMNLP 2025

Recent progress in large language model (LLM)-based multi-agent collaboration highlights the power of structured communication in enabling collective intelligence. However, existing methods largely rely on static or graph-based inter-agent topologies, lacking the potential adaptability and flexibili

2025

Beyond One Shot, Beyond One Perspective: Cross-View and Long-Horizon Distillation for Better LiDAR Representations

ICCV 2025poster

LiDAR representation learning aims to extract rich structural and semantic information from large-scale, readily available datasets, reducing reliance on costly human annotations. However, existing LiDAR representation strategies often overlook the inherent spatiotemporal cues in LiDAR sequences, li…

2025

Bias Unveiled: Investigating Social Bias in LLM-Generated Code

AAAI 2025technical

Large language models (LLMs) have significantly advanced the field of automated code generation. However, a notable research gap exists in evaluating social biases that may be present in the code produced by LLMs. To solve this issue, we propose a novel fairness framework, i.e., Solar, to assess and…

2025

BrainMAP: Learning Multiple Activation Pathways in Brain Networks

AAAI 2025technical

Functional Magnetic Resonance Image (fMRI) is commonly employed to study human brain activity, since it offers insight into the relationship between functional fluctuations and human behavior. To enhance analysis and comprehension of brain activity, Graph Neural Networks (GNNs) have been widely appl…

2025

CEB: Compositional Evaluation Benchmark for Fairness in Large Language Models

ICLR 2025spotlight

As Large Language Models (LLMs) are increasingly deployed to handle various natural language processing (NLP) tasks, concerns regarding the potential negative societal impacts of LLM-generated content have also arisen. To evaluate the biases exhibited by LLMs, researchers have recently proposed a va…

Cited by 12SourcePDFScholar
2025

CoRAG: Enhancing Hybrid Retrieval-Augmented Generation through a Cooperative Retriever Architecture

EMNLP 2025

Retrieval-Augmented Generation (RAG) is introduced to enhance Large Language Models (LLMs) by integrating external knowledge. However, conventional RAG approaches treat retrieved documents as independent units, often overlooking their interdependencies. Hybrid-RAG, a recently proposed paradigm that

2025

DIIN: Diffusion Iterative Implicit Networks for Arbitrary-scale Super-resolution

IJCAI 2025

Implicit neural representation (INR) aims to represent continuous domain signals via implicit neural functions and has achieved great success in arbitrary-scale image super-resolution (SR). However, most existing INR-based SR methods focus on learning implicit features from independent coordinate, w

2025

DPSeg: Dual-Prompt Cost Volume Learning for Open-Vocabulary Semantic Segmentation

CVPR 2025poster

Open-vocabulary semantic segmentation aims to segment images into distinct semantic regions for both seen and unseen categories at the pixel level. Current methods utilize text embeddings from pre-trained vision-language models like CLIP but struggle with the inherent domain gap between image and te…

Cited by 0SourcePDFScholar
2025

Developing a Reliable, Fast, General-Purpose Hallucination Detection and Mitigation Service

NAACL 2025industry

Hallucination, a phenomenon where large language models (LLMs) produce output that is factually incorrect or unrelated to the input, is a major challenge for LLM applications that require accuracy and dependability. In this paper, we introduce a reliable and high-speed production system aimed at det…

Cited by 0SourcePDFScholar
2025

FIER: Fine-Grained and Efficient KV Cache Retrieval for Long-context LLM Inference

EMNLP 2025

The Key-Value (KV) cache reading latency increases significantly with context lengths, hindering the efficiency of long-context LLM inference. To address this, previous works propose retaining a small fraction of KV cache based on token importance. For example, KV eviction uses static heuristics to

Cited by 0SourcePDFScholar
2025

From Cross-Task Examples to In-Task Prompts: A Graph-Based Pseudo-Labeling Framework for In-context Learning

EMNLP 2025

The capability of in-context learning (ICL) enables large language models (LLMs) to perform novel tasks without parameter updates by conditioning on a few input-output examples. However, collecting high-quality examples for new or challenging tasks can be costly and labor-intensive. In this work, we

2025

From Implicit Exploration to Structured Reasoning: Guideline and Refinement for LLMs

EMNLP 2025

Large language models (LLMs) have advanced general-purpose reasoning, showing strong performance across diverse tasks. However, existing methods often rely on implicit exploration, where the model follows stochastic and unguided reasoning paths—like walking without a map. This leads to unstable reas

Cited by 0SourcePDFScholar
2025

Graph Neural Networks Are More Than Filters: Revisiting and Benchmarking from A Spectral Perspective

ICLR 2025poster

Graph Neural Networks (GNNs) have achieved remarkable success in various graph-based learning tasks. While their performance is often attributed to the powerful neighborhood aggregation mechanism, recent studies suggest that other components such as non-linear layers may also significantly affecting…

2025

Hierarchical Demonstration Order Optimization for Many-shot In-Context Learning

NeurIPS 2025poster

In-Context Learning (ICL) is a technique where large language models (LLMs) leverage multiple demonstrations (i.e., examples) to perform tasks. With the recent expansion of LLM context windows, many-shot ICL (generally with more than 50 demonstrations) can lead to significant performance improvement…

Cited by 0SourcecodeScholar
2025

Inst3D-LMM: Instance-Aware 3D Scene Understanding with Multi-modal Instruction Tuning

CVPR 2025highlight

Despite encouraging progress in 3D scene understanding, it remains challenging to develop an effective Large Multi-modal Model (LMM) that is capable of understanding and reasoning in complex 3D environments. Most previous methods typically encode 3D point and 2D image features separately, neglecting…

2025

Integrative Decoding: Improving Factuality via Implicit Self-consistency

ICLR 2025poster

Self-consistency-based approaches, which involve repeatedly sampling multiple outputs and selecting the most consistent one as the final response, prove to be remarkably effective in improving the factual accuracy of large language models. Nonetheless, existing methods usually have strict constraint…

Cited by 4SourcePDFScholar
2025

Interpreting Pretrained Language Models via Concept Bottlenecks (Extended Abstract)

IJCAI 2025

Pretrained language models (PLMs) achieve state-of-the-art results but often function as ``black boxes'', hindering interpretability and responsible deployment. While methods like attention analysis exist, they often lack clarity and intuitiveness. We propose interpreting PLMs through high-level, hu

2025

Learning from Diverse Reasoning Paths with Routing and Collaboration

EMNLP 2025

Advances in large language models (LLMs) significantly enhance reasoning capabilities but their deployment is restricted in resource-constrained scenarios. Knowledge distillation addresses this by transferring knowledge from powerful teacher models to compact and transparent students.However, effect

2025

MAPLE: Many-Shot Adaptive Pseudo-Labeling for In-Context Learning

ICML 2025poster

In-Context Learning (ICL) empowers Large Language Models (LLMs) to tackle diverse tasks by incorporating multiple input-output examples, known as demonstrations, into the input of LLMs. More recently, advancements in the expanded context windows of LLMs have led to many-shot ICL, which uses hundreds…

2025

Monocular Semantic Scene Completion via Masked Recurrent Networks

ICCV 2025poster

Monocular Semantic Scene Completion (MSSC) aims to predict the voxel-wise occupancy and semantic category from a single-view RGB image. Existing methods adopt a single-stage framework that aims to simultaneously achieve visible region segmentation and occluded region hallucination, while also being…

2025

Multi-Agent Debate for LLM Judges with Adaptive Stability Detection

NeurIPS 2025poster

With advancements in reasoning capabilities, Large Language Models (LLMs) are increasingly employed for automated judgment tasks. While LLMs-as-Judges offer promise in automating evaluations, current approaches often rely on simplistic aggregation methods (e.g., majority voting), which can fail e…

Cited by 0SourceScholar
2025

PianoMotion10M: Dataset and Benchmark for Hand Motion Generation in Piano Performance

ICLR 2025spotlight

Recently, artificial intelligence techniques for education have been received increasing attentions, while it still remains an open problem to design the effective music instrument instructing systems. Although key presses can be directly derived from sheet music, the transitional movements among ke…

2025

PointLoRA: Low-Rank Adaptation with Token Selection for Point Cloud Learning

CVPR 2025poster

Self-supervised representation learning for point cloud has demonstrated effectiveness in improving pre-trained model performance across diverse tasks. However, as pre-trained models grow in complexity, fully fine-tuning them for downstream applications demands substantial computational and storage…

2025

Question-Aware Knowledge Graph Prompting for Enhancing Large Language Models

ACL 2025finding

Large Language Models (LLMs) often struggle with tasks requiring external knowledge, such as knowledge-intensive Multiple Choice Question Answering (MCQA). Integrating Knowledge Graphs (KGs) can enhance reasoning; however, existing methods typically demand costly fine-tuning or retrieve noisy KG inf…

2025

Reasoning of Large Language Models over Knowledge Graphs with Super-Relations

ICLR 2025poster

While large language models (LLMs) have made significant progress in processing and reasoning over knowledge graphs, current methods suffer from a high non-retrieval rate. This limitation reduces the accuracy of answering questions based on these graphs. Our analysis reveals that the combination of…

2025

Reliable and Calibrated Semantic Occupancy Prediction by Hybrid Uncertainty Learning

IJCAI 2025

Vision-centric semantic occupancy prediction plays a crucial role in autonomous driving, which requires accurate and reliable predictions from low-cost sensors. Although having notably narrowed the accuracy gap with LiDAR, there is still few research effort to explore the reliability and calibration

Cited by 0SourcePDFScholar
2025

Revisiting Graph Contrastive Learning on Anomaly Detection: A Structural Imbalance Perspective

AAAI 2025technical

The superiority of graph contrastive learning (GCL) has prompted its application to anomaly detection tasks for more powerful risk warning systems. Unfortunately, existing GCL-based models tend to excessively prioritize overall detection performance while neglecting robustness to structural imbalanc…

2025

SAM4D: Segment Anything in Camera and LiDAR Streams

ICCV 2025poster

We present SAM4D, a multi-modal and temporal foundation model designed for promptable segmentation across camera and LiDAR streams. Unified Multi-modal Positional Encoding (UMPE) is introduced to align camera and LiDAR features in a shared 3D space, enabling seamless cross-modal prompting and intera…

Cited by 0SourcePDFScholar
2025

Self-Supervised Learning of Reconstructing Deformable Linear Objects Under Single-Frame Occluded View

ICRA 2025

Deformable linear objects (DLOs), such as ropes, cables, and rods, are common in various scenarios, and accurate occlusion reconstruction of them is crucial for effective robotic manipulation. Previous studies for DLO reconstruction either rely on supervised learning, which is limited by the availab

Cited by 1SourceScholar
2025

Separate the Wheat from the Chaff: Winnowing Down Divergent Views in Retrieval Augmented Generation

EMNLP 2025

Retrieval-augmented generation (RAG) addresses the limitation of large language models (LLMs) in achieving up-to-date information by integrating external knowledge sources, but it is hindered by noisy or irrelevant retrieved data, leading to reduced accuracy. Additionally, most RAG methods rely on t

Cited by 0SourcePDFScholar
2025

The Source Image is the Best Attention for Infrared and Visible Image Fusion

ICCV 2025poster

Infrared and visible image fusion (IVF) endeavors to engineer composite outputs by blending optimal virtues of divergent modalities. This paper reveals, unprecedentedly, the intrinsic "attention properties" of infrared images, which directly arise from their physical characteristics (i.e., heat dist…

Cited by 0SourcePDFScholar
2025

Tuning-Free Accountable Intervention for LLM Deployment – a Metacognitive Approach

AAAI 2025technical

Large Language Models (LLMs) have brought significant advances across various NLP tasks through few-shot or zero-shot prompting, bypassing the need for parameter tuning. However, the "black-box" nature behind their massive parameter sizes increases the "hallucination" concerns, especially in high-st…

2025

Uncertainty-Instructed Structure Injection for Generalizable HD Map Construction

CVPR 2025poster

Reliable high-definition (HD) map construction is crucial for the driving safety of autonomous vehicles. While recent studies demonstrate improved performance, their generalization capability across unfamiliar driving scenes remains unexplored. To tackle this issue, we propose UIGenMap, an uncertain…

2025

Virtual Nodes Can Help: Tackling Distribution Shifts in Federated Graph Learning

AAAI 2025technical

Federated Graph Learning (FGL) enables multiple clients to jointly train powerful graph learning models, e.g., Graph Neural Networks (GNNs), without sharing their local graph data for graph-related downstream tasks, such as graph property prediction. In the real world, however, the graph data can su…

2025

Visual-Privileged Co-Learning for Industrial Board-to-Board Connectors Force-Guided Assembly Task

RA-L 2025

Automatic assembly of board-to-board (BTB) connectors remains a significant challenge in smartphone manufacturing due to severe visual occlusion, tight assembly tolerances, and process constraints that prohibit separate visual adjustment stations. This letter proposes Visual-Privileged Co-Learning (

Cited by 2SourceScholar
2024

Bidirectional Autoregessive Diffusion Model for Dance Generation

CVPR 2024poster

Dance serves as a powerful medium for expressing human emotions but the lifelike generation of dance is still a considerable challenge. Recently diffusion models have showcased remarkable generative abilities across various domains. They hold promise for human motion generation due to their adaptabl…

Cited by 8SourcePDFScholar
2024

EINet: Point Cloud Completion via Extrapolation and Interpolation

ECCV 2024poster

"Scanned point clouds are often sparse and incomplete due to the limited field of view of sensing devices, significantly impeding the performance of downstream applications. Therefore, the task of point cloud completion is introduced to obtain a dense and complete point cloud from the incomplete inp…

2024

FastGAS: Fast Graph-based Annotation Selection for In-Context Learning

ACL 2024findings

In-context learning (ICL) empowers large language models (LLMs) to tackle new tasks by using a series of training instances as prompts. Since generating the prompts needs to sample from a vast pool of instances and annotate them (e.g., add labels in classification task), existing methods have propos…

Cited by 3SourcePDFScholar
2024

Few-shot Knowledge Graph Relational Reasoning via Subgraph Adaptation

NAACL 2024long

Few-shot Knowledge Graph (KG) Relational Reasoning aims to predict unseen triplets (i.e., query triplets) for rare relations in KGs, given only several triplets of these relations as references (i.e., support triplets). This task has gained significant traction due to the widespread use of knowledge…

2024

Glue pizza and eat rocks - Exploiting Vulnerabilities in Retrieval-Augmented Generative Models

EMNLP 2024main

Retrieval-Augmented Generative (RAG) models enhance Large Language Models (LLMs) by integrating external knowledge bases, improving their performance in applications like fact-checking and information searching. In this paper, we demonstrate a security threat where adversaries can exploit the openne…

Cited by 4SourcePDFScholar
2024

Knowledge Graph-Enhanced Large Language Models via Path Selection

ACL 2024findings

Large Language Models (LLMs) have shown unprecedented performance in various real-world applications. However, they are known to generate factually inaccurate outputs, a.k.a. the hallucination problem. In recent years, incorporating external knowledge extracted from Knowledge Graphs (KGs) has become…

2024

Label-efficient Semantic Scene Completion with Scribble Annotations

IJCAI 2024poster

Semantic scene completion aims to infer the 3D geometric structures with semantic classes from camera or LiDAR, which provide essential occupancy information in autonomous driving. Prior endeavors concentrate on constructing the network or benchmark in a fully supervised manner. While the dense occu…

2024

Large Language Models for Data Annotation and Synthesis: A Survey

EMNLP 2024main

Data annotation and synthesis generally refers to the labeling or generating of raw data with relevant information, which could be used for improving the efficacy of machine learning models. The process, however, is labor-intensive and costly. The emergence of advanced Large Language Models (LLMs),…

2024

MGMap: Mask-Guided Learning for Online Vectorized HD Map Construction

CVPR 2024poster

Currently high-definition (HD) map construction leans towards a lightweight online generation tendency which aims to preserve timely and reliable road scene information. However map elements contain strong shape priors. Subtle and sparse annotations make current detection-based frameworks ambiguous…

2024

Mixture of Demonstrations for In-Context Learning

NeurIPS 2024poster

In-Context Learning (ICL) empowers Large Language Models (LLMs) to tackle various tasks by providing input-output examples as additional inputs, referred to as demonstrations. Nevertheless, the performance of ICL could be easily impacted by the quality of selected demonstrations. Existing efforts ge…

Cited by 4SourcePDFScholar
2024

Not All Voxels Are Equal: Hardness-Aware Semantic Scene Completion with Self-Distillation

CVPR 2024poster

Semantic scene completion also known as semantic occupancy prediction can provide dense geometric and semantic information for autonomous vehicles which attracts the increasing attention of both academia and industry. Unfortunately existing methods usually formulate this task as a voxel-wise classif…

2024

Orthogonal Dictionary Guided Shape Completion Network for Point Cloud

AAAI 2024technical

Point cloud shape completion, which aims to reconstruct the missing regions of the incomplete point clouds with plausible shapes, is an ill-posed and challenging task that benefits many downstream 3D applications. Prior approaches achieve this goal by employing a two-stage completion framework, gene…

2023

CDUL: CLIP-Driven Unsupervised Learning for Multi-Label Image Classification

ICCV 2023poster

This paper presents a CLIP-based unsupervised learning method for annotation-free multi-label image classification, including three stages: initialization, training, and inference. At the initialization stage, we take full advantage of the powerful CLIP model and propose a novel approach to extend C…

Cited by 47PDFScholar
2023

Few-Shot 3D Point Cloud Semantic Segmentation via Stratified Class-Specific Attention Based Transformer Network

AAAI 2023technical

3D point cloud semantic segmentation aims to group all points into different semantic categories, which benefits important applications such as point cloud scene reconstruction and understanding. Existing supervised point cloud semantic segmentation methods usually require large-scale annotated poin…

2023

Interpreting Unfairness in Graph Neural Networks via Training Node Attribution

AAAI 2023technical

Graph Neural Networks (GNNs) have emerged as the leading paradigm for solving graph analytical problems in various real-world applications. Nevertheless, GNNs could potentially render biased predictions towards certain demographic subgroups. Understanding how the bias in predictions arises is criti…

2023

Joint Generator-Ranker Learning for Natural Language Generation

ACL 2023findings

Generate-then-rank is a widely used mechanism for text generation, where a generator produces multiple text candidates and a ranker chooses the best one among the text candidates. However, existing methods usually train the generator and the ranker individually, neglecting the mutual feedback that c…

2023

LMGQS: A Large-scale Dataset for Query-focused Summarization

EMNLP 2023long findings

Query-focused summarization (QFS) aims to extract or generate a summary of an input document that directly answers or is relevant to a given query. The lack of large-scale datasets in the form of documents, queries, and summaries has hindered model development in this area. In contrast, multiple lar…

Cited by 0SourceScholar
2023

Label-efficient Segmentation via Affinity Propagation

NeurIPS 2023poster

Weakly-supervised segmentation with label-efficient sparse annotations has attracted increasing research attention to reduce the cost of laborious pixel-wise labeling process, while the pairwise affinity modeling techniques play an essential role in this task. Most of the existing approaches focus o…

2023

Leveraging Inpainting for Single-Image Shadow Removal

ICCV 2023poster

Fully-supervised shadow removal methods achieve the best restoration qualities on public datasets but still generate some shadow remnants. One of the reasons is the lack of large-scale shadow & shadow-free image pairs. Unsupervised methods can alleviate the issue but their restoration qualities are…

Cited by 28PDFcodeScholar
2023

LiDAR2Map: In Defense of LiDAR-Based Semantic Map Construction Using Online Camera Distillation

CVPR 2023poster

Semantic map construction under bird's-eye view (BEV) plays an essential role in autonomous driving. In contrast to camera image, LiDAR provides the accurate 3D observations to project the captured 3D features onto BEV space inherently. However, the vanilla LiDAR-based BEV feature often contains man…

2023

Noise-Robust Fine-Tuning of Pretrained Language Models via External Guidance

EMNLP 2023long findings

Adopting a two-stage paradigm of pretraining followed by fine-tuning, Pretrained Language Models (PLMs) have achieved substantial advancements in the field of natural language processing. However, in real-world scenarios, data labels are often noisy due to the complex annotation process, making it e…

Cited by 0SourceScholar
2023

Parametric Surface Constrained Upsampler Network for Point Cloud

AAAI 2023technical

Designing a point cloud upsampler, which aims to generate a clean and dense point cloud given a sparse point representation, is a fundamental and challenging problem in computer vision. A line of attempts achieves this goal by establishing a point-to-point mapping function via deep neural networks.…

2023

Point2Mask: Point-supervised Panoptic Segmentation via Optimal Transport

ICCV 2023poster

Weakly-supervised image segmentation has recently attracted increasing research attentions, aiming to avoid the expensive pixel-wise labeling. In this paper, we present an effective method, namely Point2Mask, to achieve high-quality panoptic prediction using only a single random point annotation per…

Cited by 27PDFcodeScholar
2023

Z-Code++: A Pre-trained Language Model Optimized for Abstractive Summarization

ACL 2023long

This paper presents Z-Code++, a new pre-trained language model optimized for abstractive text summarization. The model extends the state-of-the-art encoder-decoder model using three techniques. First, we use a two-phase pre-training to improve the model’s performance on low-resource summarization ta…

2022

An End-to-End Dialogue Summarization System for Sales Calls

NAACL 2022industry

Summarizing sales calls is a routine task performed manually by salespeople. We present a production system which combines generative models fine-tuned for customer-agent setting, with a human-in-the-loop user experience for an interactive summary curation process. We address challenging aspects of…

Cited by 19SourcePDFScholar
2022

Background-Insensitive Scene Text Recognition with Text Semantic Segmentation

ECCV 2022poster

"Scene Text Recognition (STR) has many important applications in computer vision. Complex backgrounds continue to be a big challenge for STR because they interfere with text feature extraction. Many existing methods use attentional regions, bounding boxes or polygons to reduce such interference. How…

Cited by 19SourcePDFScholar
2022

Can You Spot the Chameleon? Adversarially Camouflaging Images From Co-Salient Object Detection

CVPR 2022poster

Co-salient object detection (CoSOD) has recently achieved significant progress and played a key role in retrieval-related tasks. However, it inevitably poses an entirely new safety and security issue, i.e., highly personal and sensitive content can potentially be extracting by powerful CoSOD methods…

Cited by 25PDFcodeScholar
2022

Channel-Wise AV-Fusion Attention for Multi-Channel Audio-Visual Speech Recognition

ICASSP 2022accepted

In this paper, we present our work for automatic speech recognition (ASR) in the Multimodal Information Based Speech Processing (MISP) Challenge 2021. We proposed a combination of the guided source separation-based (GSS) speech enhancement technique and a novel Channel-wise Av-fusion encoder (CAE) b…

Cited by 0SourceScholar
2022

Connecting the Complementary-View Videos: Joint Camera Identification and Subject Association

CVPR 2022poster

We attempt to connect the data from complementary views, i.e., top view from drone-mounted cameras in the air, and side view from wearable cameras on the ground. Collaborative analysis of such complementary-view data can facilitate to build the air-ground cooperative visual system for various kinds…

Cited by 13PDFcodeScholar
2022

DialogVED: A Pre-trained Latent Variable Encoder-Decoder Model for Dialog Response Generation

ACL 2022long

Dialog response generation in open domain is an important research topic where the main challenge is to generate relevant and diverse responses. In this paper, we propose a new dialog pre-training framework called DialogVED, which introduces continuous latent variables into the enhanced encoder-deco…

2022

FAITH: Few-Shot Graph Classification with Hierarchical Task Graphs

IJCAI 2022poster

Few-shot graph classification aims at predicting classes for graphs, given limited labeled graphs for each class. To tackle the bottleneck of label scarcity, recent works propose to incorporate few-shot learning frameworks for fast adaptations to graph classes with limited labeled graphs. Specifical…

2022

Is It Necessary to Transfer Temporal Knowledge for Domain Adaptive Video Semantic Segmentation?

ECCV 2022poster

"Video semantic segmentation is a fundamental and important task in computer vision, and it usually requires large-scale labeled data for training deep neural network models. To avoid laborious manual labeling, domain adaptive video segmentation approaches were recently introduced by transferring th…

2022

MISF: Multi-Level Interactive Siamese Filtering for High-Fidelity Image Inpainting

CVPR 2022poster

Although achieving significant progress, existing deep generative inpainting methods still show low generalization across different scenes. As a result, the generated images usually contain artifacts or the filled pixels differ greatly from the ground truth, making them far from real-world applicati…

Cited by 111PDFcodeScholar
2022

Meta-RangeSeg: LiDAR Sequence Semantic Segmentation Using Multiple Feature Aggregation

RA-L 2022

LiDAR sensor is essential to the perception system in autonomous vehicles and intelligent robots. To fulfill the real-time requirements in real-world applications, it is necessary to efficiently segment the LiDAR scans. Most of previous approaches directly project 3D point cloud onto the 2D spherica

Cited by 57SourcecodeScholar
2022

Panoramic Human Activity Recognition

ECCV 2022poster

"To obtain a more comprehensive activity understanding for a crowded scene, in this paper, we propose a new problem of panoramic human activity recognition (PAR), which aims to simultaneously achieve the the recognition of individual actions, social group activities, and global activities. This is a…

2022

Rethinking Video Rain Streak Removal: A New Synthesis Model and a Deraining Network with Video Rain Prior

ECCV 2022poster

"Existing video synthetic models and deraining methods are mostly built on a simplified video rain model assuming that rain streak layers of different video frames are uncorrelated, thereby producing degraded performance on real-world rainy videos. To address this problem, we devise a new video rain…

2022

Self-Supervised Social Relation Representation for Human Group Detection

ECCV 2022poster

"Human group detection, which splits crowd of people into groups, is an important step for video-based human social activity analysis. The core of human group detection is the human social relation representation and division. In this paper, we propose a new two-stage multi-head framework for human…

2022

SiamDoGe: Domain Generalizable Semantic Segmentation Using Siamese Network

ECCV 2022poster

"Deep learning-based approaches usually suffer from performance drop on out-of-distribution samples, therefore domain generalization is often introduced to improve the robustness of deep models. Domain randomization (DR) is a common strategy to improve the generalization capability of semantic segme…

2022

Style Mixing and Patchwise Prototypical Matching for One-Shot Unsupervised Domain Adaptive Semantic Segmentation

AAAI 2022technical

In this paper, we tackle the problem of one-shot unsupervised domain adaptation (OSUDA) for semantic segmentation where the segmentors only see one unlabeled target image during training. In this case, traditional unsupervised domain adaptation models usually fail since they cannot adapt to the targ…

2021

Auto-Exposure Fusion for Single-Image Shadow Removal

CVPR 2021poster

Shadow removal is still a challenging task due to its inherent background-dependent and spatial-variant properties, leading to unknown and diverse shadow patterns. Even powerful deep neural networks could hardly recover traceless shadow-removed background. This paper proposes a new solution for this…

Cited by 174PDFcodeScholar
2021

DANNet: A One-Stage Domain Adaptation Network for Unsupervised Nighttime Semantic Segmentation

CVPR 2021poster

Semantic segmentation of nighttime images plays an equally important role as that of daytime images in autonomous driving, but the former is much more challenging due to poor illuminations and arduous human annotations. In this paper, we propose a novel domain adaptation network (DANNet) for nightti…

Cited by 204PDFcodeScholar
2021

Hierarchical Heterogeneous Graph Representation Learning for Short Text Classification

EMNLP 2021main

Short text classification is a fundamental task in natural language processing. It is hard due to the lack of context information and labeled data in practice. In this paper, we propose a new method called SHINE, which is based on graph neural network (GNN), for short text classification. First, we…

2021

Long-Tailed Multi-Label Visual Recognition by Collaborative Training on Uniform and Re-Balanced Samplings

CVPR 2021poster

Long-tailed data distribution is common in many multi-label visual recognition tasks and the direct use of these data for training usually leads to relatively low performance on tail classes. While re-balanced data sampling can improve the performance on tail classes, it may also hurt the performanc…

Cited by 104PDFcodeScholar
2021

Multi-Domain Multi-Task Rehearsal for Lifelong Learning

AAAI 2021technical

Rehearsal, seeking to remind the model by storing old knowledge in lifelong learning, is one of the most effective ways to mitigate catastrophic forgetting, i.e., biased forgetting of previous knowledge when moving to new tasks. However, the old tasks of the most previous rehearsal-based methods suf…

Cited by 31SourcePDFScholar
2021

VIL-100: A New Dataset and a Baseline Model for Video Instance Lane Detection

ICCV 2021poster

Lane detection plays a key role in autonomous driving. While car cameras always take streaming videos on the way, current lane detection works mainly focus on individual images (frames) by ignoring dynamics along the video. In this work, we collect a new video instance lane detection (VIL-100) datas…

Cited by 63PDFcodeScholar
2020

A Multi-Task Mean Teacher for Semi-Supervised Shadow Detection

CVPR 2020poster

Existing shadow detection methods suffer from an intrinsic limitation in relying on limited labeled datasets, and they may produce poor results in some complicated situations. To boost the shadow detection performance, this paper presents a multi-task mean teacher model for semi-supervised shadow de…

Cited by 190PDFcodeScholar
2019

Spatial Correspondence With Generative Adversarial Network: Learning Depth From Monocular Videos

ICCV 2019poster

Depth estimation from monocular videos has important applications in many areas such as autonomous driving and robot navigation. It is a very challenging problem without knowing the camera pose since errors in camera-pose estimation can significantly affect the video-based depth estimation accuracy.…

Cited by 36PDFScholar
2019

Visual Attention Consistency Under Image Transforms for Multi-Label Image Classification

CVPR 2019poster

Human visual perception shows good consistency for many multi-label image classification tasks under certain spatial transforms, such as scaling, rotation, flipping and translation. This has motivated the data augmentation strategy widely used in CNN classifier training -- transformed images are inc…

Cited by 307PDFScholar
2017

Learning Dynamic Siamese Network for Visual Object Tracking

ICCV 2017poster

How to effectively learn temporal variation of target appearance, to exclude the interference of cluttered background, while maintaining real-time response, is an essential problem of visual object tracking. Recently, Siamese networks have shown great potentials of matching based trackers in achievi…

Cited by 1046PDFScholar
2017

Learning View-Invariant Features for Person Identification in Temporally Synchronized Videos Taken by Wearable Cameras

ICCV 2017poster

In this paper, we study the problem of Cross-View Person Identification (CVPI), which aims at identifying the same person from temporally synchronized videos taken by different wearable cameras. Our basic idea is to utilize the human motion consistency for CVPI, where human motion can be computed by…

Cited by 28PDFScholar
2017

Sound physical property matching between non central listening point and central listening point for NHK 22.2 system reproduction

ICASSP 2017accepted

NHK has proposed a famous 3D audio system: 22.2 multi-channel system, but its loudspeakers are too many and are troublesome to put in home. Ando and Wang has proposed two simplification methods to reduce its channel number, but only 3D sound field at the central listening point can be recovered well…

Cited by 0SourceScholar
2016

Groupwise Tracking of Crowded Similar-Appearance Targets From Low-Continuity Image Sequences

CVPR 2016spotlight

Automatic tracking of large-scale crowded targets are of particular importance in many applications, such as crowded people/vehicle tracking in video surveillance, fiber tracking in materials science, and cell tracking in biomedical imaging. This problem becomes very challenging when the targets sho…

Cited by 37PDFScholar
2015

A down-mixing method for 22.2 multichannel system reproduction

ICASSP 2015accepted

This paper proposes a general multichannel system reproduction method. Firstly, relative to original multichannel system, a general global model is build up by guaranteeing sound pressure and the direction of particle velocity at the receiving point constant, and making the square error of particle…

Cited by 0SourceScholar
2015

Co-Interest Person Detection From Multiple Wearable Camera Videos

ICCV 2015poster

Wearable cameras, such as Google Glass and Go Pro, enable video data collection over larger areas and from different views. In this paper, we tackle a new problem of locating the co-interest person (CIP), i.e., the one who draws attention from most camera wearers, from temporally synchronized videos…

Cited by 29PDFScholar
2015

Combining Local Appearance and Holistic View: Dual-Source Deep Neural Networks for Human Pose Estimation

CVPR 2015poster

We propose a new learning-based method for estimating 2D human pose from a single image, using Dual-Source Deep Convolutional Neural Networks (DS-CNN). Recently, many methods have been developed to estimate human pose by using pose priors that are estimated from physiologically inspired graphical mo…

Cited by 299SourcePDFScholar