← Search

Chao Huang

89 accepted papers

2026

A Policy Model Based Efficient and Accurate Scene Recognition Method for Service Robot

ICRA 2026poster

In domestic environments, assigning scene semantic labels (scene recognition) to each node of a topological semantic map is an important task. Given the limitations of current scene recognition methods in efficiency, and accuracy for service robot, this paper proposes a scene recognition method base…

Cited by 0SourceScholar
2026

Adaptive Utilization of Low-Rank Adaptation via Conditioned Gating

ICML 2026poster

Low-Rank Adaptation (LoRA) achieves parameter-efficient fine-tuning by constraining model updates to a low-rank subspace and has been widely used in practice. However, LoRA typically employs a shared low-rank update across tokens, which limits its ability to fully exploit the adaptation subspace for…

Cited by 0SourceScholar
2026

Asynchronous Temporal Modeling with Two-Agent Framework for Streaming Dense Video Captioning

CVPR 2026

Streaming dense video captioning requires real-time processing of continuous visual input while determining precisely when and what to caption. Current approaches primarily focus on designing complex external memory mechanisms, failing to leverage Large Multimodal Models' (LMMs) inherent long-contex

Cited by 0SourceScholar
2026

Belief-Based Offline Reinforcement Learning for Delay-Robust Policy Optimization

ICLR 2026poster

Offline–to–online deployment of reinforcement learning (RL) agents often stumbles over two fundamental gaps: (1) the sim-to-real gap, where real-world systems exhibit latency and other physical imperfections not captured in simulation; and (2) the interaction gap, where policies trained purely offli…

Cited by 0SourcecodeScholar
2026

Caption Anything in Video: Fine-grained Object-centric Captioning via Spatiotemporal Multimodal Prompting

AAAI 2026technical

In this work, we introduce CAT-V (Caption Anything in Video), a training-free framework for fine-grained object-centric video captioning of user-selected instances. CAT-V combines (i) a SAMURAI-based Segmenter for precise object masks across frames, (ii) a TRACE-Uni Temporal Analyzer for event bound

Cited by 0SourcePDFScholar
2026

Detecting Fake News in Short Videos Through Multi-View Aggregation

AAAI 2026technical

The increasing prominence of short video platforms has positioned them as a primary channel for public awareness of current events, while also facilitating the widespread dissemination of fake news, thus highlighting the critical need for automated detection technologies. In contrast to fake news co

Cited by 0SourcePDFScholar
2026

IAD-R1: Reinforcing Consistent Reasoning in Industrial Anomaly Detection

AAAI 2026technical

Industrial anomaly detection is a critical component of modern manufacturing, yet the scarcity of defective samples restricts traditional detection methods to scenario-specific applications. Although Vision-Language Models (VLMs) demonstrate significant advantages in generalization capabilities, the

Cited by 0SourcePDFScholar
2026

Mixtures of geodesic factor analyzers on Riemannian homogeneous spaces

ICML 2026poster

This paper introduces Mixtures of Geodesic Factor Analyzers (MGFA) on Riemannian homogeneous spaces. MGFA uses a geodesic factor model within each mixture component, providing greater expressiveness than mixtures of Riemannian radial distributions and enabling clustering of manifold-valued data with…

Cited by 0SourceScholar
2026

When to Think and When to Look: Uncertainty-Guided Lookback

CVPR 2026

Test-time "thinking" (i.e., generating explicit intermediate reasoning chains) is known to boost performance in large language models and has recently shown strong gains for large vision-language models (LVLMs). However, despite these promising results, there is still no systematic analysis of how t

Cited by 0SourcecodeScholar
2026

XModBench: Benchmarking Cross-Modal Capabilities and Consistency in Omni-Language Models

ICLR 2026poster

Omni-modal large language models (OLLMs) aim to unify audio, vision, and text understanding within a single framework. While existing benchmarks have advanced multimodal evaluation, it remains unclear whether OLLMs achieve modality-invariant reasoning or inherit modality-specific biases. We introduc…

Cited by 0SourceScholar
2025

"Feariosity"-Guided Reinforcement Learning for Safe and Efficient Autonomous End-to-End Navigation

RA-L 2025

End-to-end navigation strategies using reinforcement learning (RL) can improve the adaptability and autonomy of unmanned ground vehicles (UGVs) in complex environments. However, RL still faces challenges in data efficiency and safety. Neuroscientific and psychological research shows that during expl

Cited by 7SourceScholar
2025

Aria-UI: Visual Grounding for GUI Instructions

ACL 2025finding

Digital agents for automating tasks across different platforms by directly manipulating the GUIs are increasingly important. For these agents, grounding from language instructions to target elements remains a significant challenge due to reliance on HTML or AXTree inputs. In this paper, we introduce…

Cited by 0SourcePDFScholar
2025

Boosting Data Utilization for Multilingual Dense Retrieval

EMNLP 2025

Multilingual dense retrieval aims to retrieve relevant documents across different languages based on a unified retriever model. The challenge lies in aligning representations of different languages in a shared vector space. The common practice is to fine-tune the dense retriever via contrastive lear

2025

Deep Opinion-Unaware Blind Image Quality Assessment by Learning and Adapting from Multiple Annotators

IJCAI 2025

Existing deep neural network (DNN)-based blind image quality assessment (BIQA) methods primarily rely on human-rated datasets for training. However, collecting human labels is extremely time-consuming and labor-intensive, posing a significant bottleneck for practical applications. To address this ch

2025

Directly Forecasting Belief for Reinforcement Learning with Delays

ICML 2025poster

Reinforcement learning (RL) with delays is challenging as sensory perceptions lag behind the actual events: the RL agent needs to estimate the real state of its environment based on past observations. State-of-the-art (SOTA) methods typically employ recursive, step-by-step forecasting of states. Thi…

2025

Ex-VAD: Explainable Fine-grained Video Anomaly Detection Based on Visual-Language Models

ICML 2025poster

With advancements in visual language models (VLMs) and large language models (LLMs), video anomaly detection (VAD) has progressed beyond binary classification to fine-grained categorization and multidimensional analysis. However, existing methods focus mainly on coarse-grained detection, lacking ano…

Cited by 0SourcePDFScholar
2025

Federated Weakly Supervised Video Anomaly Detection with Multimodal Prompt

AAAI 2025technical

Video anomaly detection (VAD) aims at locating the abnormal events in videos. Recently, the Weakly Supervised VAD has made great progress, which only requires video-level annotations when training. In practical applications, different institutions may have different types of abnormal videos. However…

2025

GraphAgent: Agentic Graph Language Assistant

EMNLP 2025

Real-world data combines structured (e.g., graph connections) and unstructured (e.g., text, visuals) formats, capturing explicit relationships (e.g., social links) and implicit semantic interdependencies (e.g., knowledge graphs). We propose GraphAgent, an automated agent pipeline addressing both exp

2025

Harnessing the Computation Redundancy in ViTs to Boost Adversarial Transferability

NeurIPS 2025poster

Vision Transformers (ViTs) have demonstrated impressive performance across a range of applications, including many safety-critical tasks. Many previous studies have observed that adversarial examples crafted on ViTs exhibit higher transferability than those crafted on CNNs, indicating that ViTs c…

Cited by 0SourceScholar
2025

Justice or Prejudice? Quantifying Biases in LLM-as-a-Judge

ICLR 2025poster

LLM-as-a-Judge has been widely utilized as an evaluation method in various benchmarks and served as supervised rewards in model training. However, despite their excellence in many domains, potential issues are under-explored, undermining their reliability and the scope of their utility. Therefore,…

Cited by 49SourcePDFScholar
2025

Learning to Highlight Audio by Watching Movies

CVPR 2025poster

Recent years have seen a significant increase in video content creation and consumption. Crafting engaging content requires the careful curation of both visual and audio elements. While visual cue curation, through techniques like optimal viewpoint selection or post-editing, has been central to medi…

Cited by 0SourcePDFScholar
2025

MMPerspective: Do MLLMs Understand Perspective? A Comprehensive Benchmark for Perspective Perception, Reasoning, and Robustness

NeurIPS 2025poster

Understanding perspective is fundamental to human visual perception, yet the extent to which multimodal large language models (MLLMs) internalize perspective geometry remains unclear. We introduce MMPerspective, the first benchmark specifically designed to systematically evaluate MLLMs' understandin…

Cited by 0SourcecodeScholar
2025

Migician: Revealing the Magic of Free-Form Multi-Image Grounding in Multimodal Large Language Models

ACL 2025finding

The recent advancement of Multimodal Large Language Models (MLLMs) has significantly improved their fine-grained perception of single images and general comprehension across multiple images. However, existing MLLMs still face challenges in achieving precise grounding in complex multi-image scenarios…

2025

Multi-Stage LLM Fine-Tuning with a Continual Learning Setting

NAACL 2025findings

In recent years, large language models (LLMs) have made significant progress in knowledge-intensive applications. However, when adapting them to specific domains, we may encounter a multi-stage continuous learning scenario, especially in cases where domain knowledge evolves rapidly.This issue severe…

Cited by 1SourcePDFScholar
2025

Multi-view Evidential Learning-based Medical Image Segmentation

AAAI 2025technical

Medical image segmentation provides useful information about the shape and size of organs, which is beneficial for improving diagnosis, analysis, and treatment. Despite traditional deep learning-based models can extract domain-specific knowledge, they face a generalization bottleneck due to the limi…

Cited by 0SourcePDFScholar
2025

Omni-Dimensional State Space Model-driven SAM for Pixel-level Anomaly Detection

IJCAI 2025

Pixel-level anomaly detection is indispensable in industrial defect detection and medical diagnosis. Recently, Segment Anything Model (SAM) has achieved promising results in many vision tasks. However, direct application of the SAM to pixel-level anomaly detection tasks results in unsatisfactory per

Cited by 0SourcePDFScholar
2025

RecGPT: A Foundation Model for Sequential Recommendation

EMNLP 2025

This work addresses a fundamental barrier in recommender systems: the inability to generalize across domains without extensive retraining. Traditional ID-based approaches fail entirely in cold-start and cross-domain scenarios where new users or items lack sufficient interaction history. Inspired by

2025

RecLM: Recommendation Instruction Tuning

ACL 2025long

Modern recommender systems aim to deeply understand users’ complex preferences through their past interactions. While deep collaborative filtering approaches using Graph Neural Networks (GNNs) excel at capturing user-item relationships, their effectiveness is limited when handling sparse data or zer…

2025

Rethinking Joint Maximum Mean Discrepancy for Visual Domain Adaptation

NeurIPS 2025oral

In domain adaption (DA), joint maximum mean discrepancy (JMMD), as a famous distribution-distance metric, aims to measure joint probability distribution difference between the source domain and target domain, while it is still not fully explored and especially hard to be applied into a subspace-lear…

Cited by 0SourceScholar
2025

Scaling Value Iteration Networks to 5000 Layers for Extreme Long-Term Planning

ICML 2025poster

The Value Iteration Network (VIN) is an end-to-end differentiable neural network architecture for planning. It exhibits strong generalization to unseen domains by incorporating a differentiable planning module that operates on a latent Markov Decision Process (MDP). However, VINs struggle to scale t…

Cited by 1SourcePDFScholar
2025

SepLLM: Accelerate Large Language Models by Compressing One Segment into One Separator

ICML 2025poster

Large Language Models (LLMs) have exhibited exceptional performance across a spectrum of natural language processing tasks. However, their substantial sizes pose considerable challenges, particularly in computational demands and inference speed, due to their quadratic complexity. In this work, we ha…

2025

Towards VLM-based Hybrid Explainable Prompt Enhancement for Zero-Shot Industrial Anomaly Detection

IJCAI 2025

Zero-Shot Industrial Anomaly Detection (ZSIAD) aims to identify and localize anomalies in industrial images from unseen categories. Owing to the powerful generalization capabilities, Vision-Language Models (VLMs) have achieved growing interest in ZSIAD. To guide the model toward understanding and lo

Cited by 0SourcePDFScholar
2025

Vad-R1: Towards Video Anomaly Reasoning via Perception-to-Cognition Chain-of-Thought

NeurIPS 2025poster

Recent advancements in reasoning capability of Multimodal Large Language Models (MLLMs) demonstrate its effectiveness in tackling complex visual tasks. However, existing MLLM-based Video Anomaly Detection (VAD) methods remain limited to shallow anomaly descriptions without deep reasoning. In this pa…

Cited by 0SourcecodeScholar
2025

VidComposition: Can MLLMs Analyze Compositions in Compiled Videos?

CVPR 2025poster

The advancement of Multimodal Large Language Models (MLLMs) has enabled significant progress in multimodal understanding, expanding their capacity to analyze video content. However, existing evaluation benchmarks for MLLMs primarily focus on abstract video comprehension, lacking a detailed assessmen…

2025

ZeroSep: Separate Anything in Audio with Zero Training

NeurIPS 2025poster

Audio source separation is fundamental for machines to understand complex acoustic environments and underpins numerous audio applications. Current supervised deep learning approaches, while powerful, are limited by the need for extensive, task-specific labeled data and struggle to generalize to the…

Cited by 0SourceScholar
2025

p-AVAS: Can Physics-Integrated Audio-Visual Modeling Boost Neural Acoustic Synthesis?

ICCV 2025poster

The Audio-Visual Acoustic Synthesis (AVAS) task aims to model realistic audio propagation behavior within a specific visual scene. Prior works often rely on sparse image representations to guide acoustic synthesis. However, we argue that this approach is insufficient to capture the intricate physica…

Cited by 0SourcePDFScholar
2024

Attention-Induced Embedding Imputation for Incomplete Multi-View Partial Multi-Label Classification

AAAI 2024technical

As a combination of emerging multi-view learning methods and traditional multi-label classification tasks, multi-view multi-label classification has shown broad application prospects. The diverse semantic information contained in heterogeneous data effectively enables the further development of mult…

Cited by 13SourcePDFScholar
2024

Batch Singular Value Polarization and Weighted Semantic Augmentation for Universal Domain Adaptation

ICML 2024poster

As a more challenging domain adaptation setting, universal domain adaptation (UniDA) introduces category shift on top of domain shift, which needs to identify unknown category in the target domain and avoid misclassifying target samples into source private categories. To this end, we propose a novel…

Cited by 0SourcePDFScholar
2024

Boosting Reinforcement Learning with Strongly Delayed Feedback Through Auxiliary Short Delays

ICML 2024poster

Reinforcement learning (RL) is challenging in the common case of delays between events and their sensory perceptions. State-of-the-art (SOTA) state augmentation techniques either suffer from state space explosion or performance degeneration in stochastic environments. To address these challenges, we…

2024

Convergence Analysis of Split Federated Learning on Heterogeneous Data

NeurIPS 2024poster

Split federated learning (SFL) is a recent distributed approach for collaborative model training among multiple clients. In SFL, a global model is typically split into two parts, where clients train one part in a parallel federated manner, and a main server trains the other. Despite the recent resea…

Cited by 5SourcePDFScholar
2024

Diffusion-based Missing-view Generation With the Application on Incomplete Multi-view Clustering

ICML 2024poster

As a branch of clustering, multi-view clustering has received much attention in recent years. In practical applications, a common phenomenon is that partial views of some samples may be missing in the collected multi-view data, which poses a severe challenge to design the multi-view learning model a…

Cited by 3SourcePDFScholar
2024

FedUV: Uniformity and Variance for Heterogeneous Federated Learning

CVPR 2024poster

Federated learning is a promising framework to train neural networks with widely distributed data. However performance degrades heavily with heterogeneously distributed data. Recent work has shown this is due to the final layer of the network being most prone to local bias some finding success freez…

Cited by 7SourcePDFScholar
2024

FlashST: A Simple and Universal Prompt-Tuning Framework for Traffic Prediction

ICML 2024poster

The objective of traffic prediction is to accurately forecast and analyze the dynamics of transportation patterns, considering both space and time. However, the presence of distribution shift poses a significant challenge in this field, as existing models struggle to generalize well when faced with…

2024

HACDR-Net: Heterogeneous-Aware Convolutional Network for Diabetic Retinopathy Multi-Lesion Segmentation

AAAI 2024technical

Diabetic Retinopathy (DR), the leading cause of blindness in diabetic patients, is diagnosed by the condition of retinal multiple lesions. As a difficult task in medical image segmentation, DR multi-lesion segmentation faces the main concerns as follows. On the one hand, retinal lesions vary in loca…

2024

Kinematics-aware Trajectory Generation and Prediction with Latent Stochastic Differential Modeling

IROS 2024poster

Trajectory generation and trajectory prediction are two critical tasks in autonomous driving, which generate various trajectories for testing during development and predict the trajectories of surrounding vehicles during operation, respectively. In recent years, emerging data-driven deep learning-ba…

Cited by 6SourceScholar
2024

Long Short-Term Dynamic Prototype Alignment Learning for Video Anomaly Detection

IJCAI 2024poster

Video anomaly detection (VAD) is the core problem of intelligent video surveillance. Previous methods commonly adopt the unsupervised paradigm of frame reconstruction or prediction. However, the lack of mining of temporal dependent relationships and diversified event patterns within videos limit the…

Cited by 6SourcePDFScholar
2024

Multimodal Representation Distribution Learning for Medical Image Segmentation

IJCAI 2024poster

Medical image segmentation is one of the most critical tasks in medical image analysis. However, the performance of existing methods is limited by the lack of high-quality labeled data due to the expensive data annotation. To alleviate this limitation, we propose a novel multi-modal learning method…

2024

Partial Multi-View Multi-Label Classification via Semantic Invariance Learning and Prototype Modeling

ICML 2024poster

The difficulty of partial multi-view multi-label learning lies in coupling the consensus of multi-view data with the task relevance of multi-label classification, under the condition where partial views and labels are unavailable. In this paper, we seek to compress cross-view representation to maxim…

Cited by 2SourcePDFScholar
2024

REGLO: Provable Neural Network Repair for Global Robustness Properties

AAAI 2024technical

We present REGLO, a novel methodology for repairing pretrained neural networks to satisfy global robustness and individual fairness properties. A neural network is said to be globally robust with respect to a given input region if and only if all the input points in the region are locally robust. Th…

2024

Variational Delayed Policy Optimization

NeurIPS 2024spotlight

In environments with delayed observation, state augmentation by including actions within the delay window is adopted to retrieve Markovian property to enable reinforcement learning (RL). Whereas, state-of-the-art (SOTA) RL techniques with Temporal-Difference (TD) learning frameworks commonly suffer…

2023

AV-NeRF: Learning Neural Fields for Real-World Audio-Visual Scene Synthesis

NeurIPS 2023poster

Can machines recording an audio-visual scene produce realistic, matching audio-visual experiences at novel positions and novel view directions? We answer it by studying a new task---real-world audio-visual scene synthesis---and a first-of-its-kind NeRF-based approach for multimodal learning. Concret…

Cited by 29SourcePDFScholar
2023

CIGAR: Cross-Modality Graph Reasoning for Domain Adaptive Object Detection

CVPR 2023poster

Unsupervised domain adaptive object detection (UDA-OD) aims to learn a detector by generalizing knowledge from a labeled source domain to an unlabeled target domain. Though the existing graph-based methods for UDA-OD perform well in some cases, they cannot learn a proper node set for the graph. In a…

Cited by 34SourcePDFScholar
2023

DICNet: Deep Instance-Level Contrastive Network for Double Incomplete Multi-View Multi-Label Classification

AAAI 2023technical

In recent years, multi-view multi-label learning has aroused extensive research enthusiasm. However, multi-view multi-label data in the real world is commonly incomplete due to the uncertain factors of data collection and manual annotation, which means that not only multi-view features are often mis…

Cited by 56SourcePDFScholar
2023

Efficient Global Robustness Certification of Neural Networks via Interleaving Twin-Network Encoding (Extended Abstract)

IJCAI 2023poster

The robustness of deep neural networks in safety-critical systems has received significant interest recently, which measures how sensitive the model output is under input perturbations. While most previous works focused on the local robustness property, the studies of the global robustness property,…

Cited by 25SourcePDFScholar
2023

Enforcing Hard Constraints with Soft Barriers: Safe Reinforcement Learning in Unknown Stochastic Environments

ICML 2023poster

It is quite challenging to ensure the safety of reinforcement learning (RL) agents in an unknown and stochastic environment under hard constraints that require the system state not to reach certain specified unsafe regions. Many popular safe RL methods such as those based on the Constrained Markov D…

Cited by 54SourcePDFScholar
2023

GPT-ST: Generative Pre-Training of Spatio-Temporal Graph Neural Networks

NeurIPS 2023poster

In recent years, there has been a rapid development of spatio-temporal prediction techniques in response to the increasing demands of traffic management and travel planning. While advanced end-to-end models have achieved notable success in improving predictive performance, their integration and expa…

2023

Graph Structure Learning on User Mobility Data for Social Relationship Inference

AAAI 2023technical

With the prevalence of smart mobile devices and location-based services, uncovering social relationships from human mobility data is of great value in real-world spatio-temporal applications ranging from friend recommendation, advertisement targeting to transportation scheduling. While a handful of…

2023

Highly Confident Local Structure Based Consensus Graph Learning for Incomplete Multi-View Clustering

CVPR 2023poster

Graph-based multi-view clustering has attracted extensive attention because of the powerful clustering-structure representation ability and noise robustness. Considering the reality of a large amount of incomplete data, in this paper, we propose a simple but effective method for incomplete multi-vie…

2023

LargeST: A Benchmark Dataset for Large-Scale Traffic Forecasting

NeurIPS 2023poster

Road traffic forecasting plays a critical role in smart city initiatives and has experienced significant advancements thanks to the power of deep learning in capturing non-linear patterns of traffic data. However, the promising results achieved on current public datasets may not be applicable to pra…

2023

LightGCL: Simple Yet Effective Graph Contrastive Learning for Recommendation

ICLR 2023top-25%

Graph neural network (GNN) is a powerful learning approach for graph-based recommender systems. Recently, GNNs integrated with contrastive learning have shown superior performance in recommendation with their data augmentation schemes, aiming at dealing with highly sparse data. Despite their success…

2023

Masked Two-channel Decoupling Framework for Incomplete Multi-view Weak Multi-label Learning

NeurIPS 2023poster

Multi-view learning has become a popular research topic in recent years, but research on the cross-application of classic multi-label classification and multi-view learning is still in its early stages. In this paper, we focus on the complex yet highly realistic task of incomplete multi-view weak mu…

Cited by 18SourcePDFScholar
2023

Spatial-Temporal Graph Learning with Adversarial Contrastive Adaptation

ICML 2023poster

Spatial-temporal graph learning has emerged as the state-of-the-art solution for modeling structured spatial-temporal data in learning region representations for various urban sensing tasks (e.g., crime forecasting, traffic flow prediction). However, most existing models are vulnerable to the qualit…

2023

Spatio-Temporal Self-Supervised Learning for Traffic Flow Prediction

AAAI 2023technical

Robust prediction of citywide traffic flows at different time periods plays a crucial role in intelligent transportation systems. While previous work has made great efforts to model spatio-temporal correlations, existing methods still suffer from two key limitations: i) Most models collectively pred…

2023

When Sparsity Meets Contrastive Models: Less Graph Data Can Bring Better Class-Balanced Representations

ICML 2023poster

Graph Neural Networks (GNNs) are powerful models for non-Euclidean data, but their training is often accentuated by massive unnecessary computation: on the one hand, training on non-Euclidean data has relatively high computational cost due to its irregular density properties; on the other hand, the…

Cited by 13SourcePDFScholar
2022

Deep Object Detection with Example Attribute Based Prediction Modulation

ICASSP 2022accepted

Deep object detectors suffer from the gradient contribution imbalance during training. In this paper, we point out that such imbalance can be ascribed to the imbalance in example attributes, e.g., difficulty and shape variation degree. We further propose example attribute based prediction modulation…

Cited by 0SourceScholar
2022

Mutual Distillation Learning Network for Trajectory-User Linking

IJCAI 2022poster

Trajectory-User Linking (TUL), which links trajectories to users who generate them, has been a challenging problem due to the sparsity in check-in mobility data. Existing methods ignore the utilization of historical data or rich contextual features in check-in data, resulting in poor performance for…

2022

RecipeRec: A Heterogeneous Graph Learning Model for Recipe Recommendation

IJCAI 2022poster

Recipe recommendation systems play an essential role in helping people decide what to eat. Existing recipe recommendation systems typically focused on content-based or collaborative filtering approaches, ignoring the higher-order collaborative signal such as relational structure information among us…

2021

A Class of Optimal Switching Mixed Data Injection Attack in Cyber-Physical Systems

RA-L 2021

This letter considers a class of switching mixed data injection attacks using input derivatives in cyber-physical systems with linear quadratic(LQ) cost from the perspective of the attacker. The attacker injects data mixed with false data and its derivative into a healthy system, which destroys the

Cited by 14SourceScholar
2021

Geo-FARM: Geodesic Factor Regression Model for Misaligned Pre-Shape Responses in Statistical Shape Analysis

CVPR 2021poster

The problem of using covariates to predict shapes of objects in a regression setting is important in many fields. A formal statistical approach, termed geodesic regression model, is commonly used for modeling and analyzing relationships between Euclidean predictors and shape responses. Despite its p…

Cited by 7PDFScholar
2021

Graph-Enhanced Multi-Task Learning of Multi-Level Transition Dynamics for Session-based Recommendation

AAAI 2021technical

Session-based recommendation plays a central role in a wide spectrum of online applications, ranging from e-commerce to online advertising services. However, the majority of existing session-based recommendation techniques (e.g., attention-based recurrent network or graph neural network) are not wel…

2021

Knowledge-Enhanced Hierarchical Graph Transformer Network for Multi-Behavior Recommendation

AAAI 2021technical

Accurate user and item embedding learning is crucial for modern recommender systems. However, most existing recommendation techniques have thus far focused on modeling users' preferences over singular type of user-item interactions. Many practical recommendation scenarios involve multi-typed user in…

2021

Knowledge-aware Coupled Graph Neural Network for Social Recommendation

AAAI 2021technical

Social recommendation task aims to predict users' preferences over items with the incorporation of social connections among users, so as to alleviate the sparse issue of collaborative filtering. While many recent efforts show the effectiveness of neural network-based social recommender systems, seve…

2021

Meta Preference Learning for Fast User Adaptation in Human-Supervisory Multi-Robot Deployments

IROS 2021poster

As multi-robot systems (MRS) are widely used in various tasks such as natural disaster response and social security, people enthusiastically expect an MRS to be ubiquitous that a general user without heavy training can easily operate. However, humans have various preferences on balancing between tas…

Cited by 17SourceScholar
2021

MetaSets: Meta-Learning on Point Sets for Generalizable Representations

CVPR 2021poster

Deep learning techniques for point clouds have achieved strong performance on a range of 3D vision tasks. However, it is costly to annotate large-scale point sets, making it critical to learn generalizable representations that can transfer well across different point sets. In this paper, we study a…

Cited by 39PDFScholar
2021

Spatial-Temporal Sequential Hypergraph Network for Crime Prediction with Dynamic Multiplex Relation Learning

IJCAI 2021poster

Crime prediction is crucial for public safety and resource optimization, yet is very challenging due to two aspects: i) the dynamics of criminal patterns across time and space, crime events are distributed unevenly on both spatial and temporal domains; ii) time-evolving dependencies between differen…

2020

Cross-Interaction Hierarchical Attention Networks for Urban Anomaly Prediction

IJCAI 2020poster

Predicting anomalies (e.g., blocked driveway and vehicle collisions) in urban space plays an important role in assisting governments and communities for building smart city applications, ranging from intelligent transportation to public safety. However, predicting urban anomalies is not trivial due…

Cited by 0SourcePDFScholar
2020

Navigating Discrete Difference Equation Governed WMR by Virtual Linear Leader Guided HMPC

ICRA 2020poster

In this paper, we revisit model predictive control (MPC) for the classical wheeled mobile robot (WMR) navigation problem. We prove that the reachable set based hierarchical MPC (HMPC), a state-of-the-art MPC, cannot handle WMR navigation in theory due to the non-existence of non-trivial linear syste…

Cited by 2SourceScholar