← Search

Liang Zhang

90 accepted papers

2026

A State-Transition Framework for Efficient LLM Reasoning

ICLR 2026poster

While Long Chain-of-Thought (CoT) reasoning significantly improves Large Language Models (LLMs) performance on complex reasoning tasks, the substantial computational and memory costs of generating long CoT sequences limit their efficiency and practicality. Existing studies usually enhance the reason…

Cited by 0SourceScholar
2026

Breaking Smooth-Motion Assumptions: A UAV Benchmark for Multi-Object Tracking in Complex and Adverse Conditions

CVPR 2026

The rapid movements and agile maneuvers of unmanned aerial vehicles (UAVs) induce significant observational challenges for multi-object tracking (MOT). However, existing UAV-perspective MOT benchmarks often lack these complexities, featuring predominantly predictable camera dynamics and linear motio

Cited by 0SourcecodeScholar
2026

ChartEditor: A Reinforcement Learning Framework for Robust Chart Editing

AAAI 2026technical

Chart editing reduces manual effort in visualization design. Typical benchmarks assume access to complete chart code, which is unrealistic for real-world applications. In this paper, we present ChartEditVista, a comprehensive benchmark consisting of 7,964 samples spanning 31 chart categories. It enc

Cited by 0SourcePDFScholar
2026

FDC-Ground: Improving GRPO for GUI Grounding via Exponential Rewards and Fact-Aligned Pruning

AAAI 2026technical

This paper presents FDC-Ground, a reinforcement learning framework that addresses the high-cost, low-signal challenge of GUI grounding training. The framework introduces two core contributions: (1) the Exponentially Decayed Distance Reward (EDDR), which provides resolution-robust and continuous feed

Cited by 0SourcePDFScholar
2026

MR_Go: A Magnetorheological Quadruped Robot for Energy-Efficient, High-Payload, and Impact-Tolerant Planetary Exploration

RA-L 2026

Planetary exploration missions increasingly rely on agile robotic platforms capable of traversing unstructured and unpredictable terrain. While quadruped robots offer superior mobility compared to wheeled rovers, their deployment in long-duration and shock-load missions remains limited, due to the l

Cited by 0SourceScholar
2026

Mocap-2-to-3: Multi-view Lifting for Monocular Motion Recovery with 2D Pretraining

CVPR 2026

Human motion recovery for real-world interaction demands both precise action details and metric-scale trajectories. Recovering absolute human pose from monocular input presents a viable solution, but faces two main challenges: (1) models' reliance on 3D training data from constrained environments li

Cited by 0SourceScholar
2026

On the Benefits of Weight Normalization for Overparameterized Matrix Sensing

ICLR 2026poster

While normalization techniques are widely used in deep learning, their theoretical understanding remains relatively limited. In this work, we establish the benefits of (generalized) weight normalization (WN) applied to the overparameterized matrix sensing problem. We prove that WN with Riemannian op…

Cited by 0SourceScholar
2026

Promptus: Can Prompt Streaming Replace Video Streaming

AAAI 2026technical

With the exponential growth of video traffic, traditional video streaming systems are approaching their limits in communication capacity. To further reduce bitrate while maintaining quality, we propose Promptus, a disruptive semantic communication system that streams prompts instead of videos. Promp

Cited by 0SourcePDFScholar
2026

SALAAD: Sparse And Low-Rank Adaptation via ADMM for Large Language Model Inference

ICML 2026poster

Modern large language models are increasingly deployed under compute and memory constraints, making flexible control of model capacity a central challenge. While sparse and low-rank structures naturally trade off capacity and performance, existing approaches often rely on heuristic designs that igno…

Cited by 0SourceScholar
2026

SkeletonContext: Skeleton-side Context Prompt Learning for Zero-Shot Skeleton-based Action Recognition

CVPR 2026

Zero-shot skeleton-based action recognition aims to recognize unseen actions by transferring knowledge from seen categories through semantic descriptions. Most existing methods typically align skeleton features with textual embeddings within a shared latent space. However, the absence of contextual

Cited by 0SourcecodeScholar
2026

SubGCache: Accelerating Graph-based RAG with Subgraph-level KV Cache

AAAI 2026technical

Graph-based retrieval-augmented generation (RAG) enables large language models (LLMs) to incorporate structured knowledge via graph retrieval as contextual input, enhancing more accurate and context-aware reasoning. We observe that for different queries, it could retrieve similar subgraphs as prompt

Cited by 0SourcePDFScholar
2026

Zeroth-Order Optimization at the Edge of Stability

ICML 2026poster

Zeroth-order (ZO) methods are widely used when gradients are unavailable or prohibitively expensive, including black-box learning and memory-efficient fine-tuning of large models, yet their optimization dynamics in deep learning remain underexplored. In this work, we provide an explicit step size co…

Cited by 0SourceScholar
2025

A Multi-Agent Framework with Automated Decision Rule Optimization for Cross-Domain Misinformation Detection

EMNLP 2025

Misinformation spans various domains, but detection methods trained on specific domains often perform poorly when applied to others. With the rapid development of Large Language Models (LLMs), researchers have begun to utilize LLMs for cross-domain misinformation detection. However, existing LLM-bas

Cited by 0SourcePDFScholar
2025

A Self-Denoising Model for Robust Few-Shot Relation Extraction

ACL 2025long

The few-shot relation extraction (FSRE) aims at enhancing the model’s generalization to new relations with very few labeled instances (support instances). Most existing studies use prototype networks (ProtoNets) for FSRE and assume that the support set, adapting the model to new relations, only cont…

Cited by 0SourcePDFScholar
2025

Advancing SMoE for Continuous Domain Adaptation of MLLMs: Adaptive Router and Domain-Specific Loss

ACL 2025long

Recent studies have explored Continual Instruction Tuning (CIT) in Multimodal Large Language Models (MLLMs), with a primary focus on Task-incremental CIT, where MLLMs are required to continuously acquire new tasks. However, the more practical and challenging Domain-incremental CIT, focused on the co…

Cited by 0SourcePDFScholar
2025

Adversarial Contrastive Graph Augmentation with Counterfactual Regularization

AAAI 2025technical

With the advancement of graph representation learning, self-supervised graph contrastive learning (GCL) has emerged as a key technique in the field. In GCL, positive and negative samples are generated through data augmentation. While recent works have introduced model-based methods to enhance positi…

2025

Dynamic Feature Fusion for Sign Language Translation Using HyperNetworks

NAACL 2025findings

This paper presents an efficient dual-stream early fusion method for sign language translation. Inspired by the brain’s ability to process color, shape, and motion simultaneously, the method explores complex dependencies between RGB and keypoint streams, improving speed and efficiency. A key challen…

2025

Enhancing Interpretability in Deep Reinforcement Learning through Semantic Clustering

NeurIPS 2025poster

In this paper, we explore semantic clustering properties of deep reinforcement learning (DRL) to improve its interpretability and deepen our understanding of its internal semantic organization. In this context, semantic clustering refers to the ability of neural networks to cluster inputs based on t…

Cited by 0SourcecodeScholar
2025

Generative Human Trajectory Recovery via Embedding-Space Conditional Diffusion

ICML 2025poster

Recovering human trajectories from incomplete or missing data is crucial for many mobility-based urban applications, e.g., urban planning, transportation, and location-based services. Existing methods mainly rely on recurrent neural networks or attention mechanisms. Though promising, they encounter…

Cited by 0SourcePDFScholar
2025

How Is LLM Reasoning Distracted by Irrelevant Context? An Analysis Using a Controlled Benchmark

EMNLP 2025

We introduce Grade School Math with Distracting Context (GSM-DC), a synthetic benchmark to evaluate Large Language Models’ (LLMs) reasoning robustness against systematically controlled irrelevant context (IC). GSM-DC constructs symbolic reasoning graphs with precise distractor injections, enabling r

2025

Intervening in Black Box: Concept Bottleneck Model for Enhancing Human Neural Network Mutual Understanding

ICCV 2025poster

Recent advances in deep learning have led to increasingly complex models with deeper layers and more parameters, reducing interpretability and making their decisions harder to understand. While many methods explain black-box reasoning, most lack effective interventions or only operate at sample-leve…

2025

LLM-OREF: An Open Relation Extraction Framework Based on Large Language Models

EMNLP 2025

The goal of open relation extraction (OpenRE) is to develop an RE model that can generalize to new relations not encountered during training. Existing studies primarily formulate OpenRE as a clustering task. They first cluster all test instances based on the similarity between the instances, and the

2025

LLMs Can Achieve High-quality Simultaneous Machine Translation as Efficiently as Offline

ACL 2025finding

When the complete source sentence is provided, Large Language Models (LLMs) perform excellently in offline machine translation even with a simple prompt “Translate the following sentence from [src lang] into [tgt lang]:”. However, in many real scenarios, the source tokens arrive in a streaming manne…

2025

Natural Humanoid Robot Locomotion with Generative Motion Prior

IROS 2025

Natural and lifelike locomotion remains a fundamental challenge for humanoid robots to interact with human society. However, previous methods either neglect motion naturalness or rely on unstable and ambiguous style rewards. In this paper, we propose a novel Generative Motion Prior (GMP) that provid

Cited by 10SourceScholar
2025

Time-R1: Post-Training Large Vision Language Model for Temporal Video Grounding

NeurIPS 2025poster

Temporal Video Grounding (TVG), the task of locating specific video segments based on language queries, is a core challenge in long-form video understanding. While recent Large Vision-Language Models (LVLMs) have shown early promise in tackling TVG through supervised fine-tuning (SFT), their ability…

Cited by 0SourcecodeScholar
2025

Unilaw-R1: A Large Language Model for Legal Reasoning with Reinforcement Learning and Iterative Inference

EMNLP 2025

Reasoning-focused large language models (LLMs) are rapidly evolving across various domains, yet their capabilities in handling complex legal problems remains underexplored. In this paper, we introduce Unilaw-R1, a large language model tailored for legal reasoning. With a lightweight 7-billion parame

2025

Venus-MAXWELL: Efficient Learning of Protein-Mutation Stability Landscapes using Protein Language Models

NeurIPS 2025poster

In-silico prediction of protein mutant stability, measured by the difference in Gibbs free energy change ($\Delta \Delta G$), is fundamental for protein engineering. Current sequence-to-label methods typically employ two-stage pipelines: (i) encoding mutant sequences using neural networks (e.g., tra…

Cited by 0SourcecodeScholar
2025

VoteSplat: Hough Voting Gaussian Splatting for 3D Scene Understanding

ICCV 2025poster

3D Gaussian Splatting (3DGS) has become horsepower in high-quality, real-time rendering for novel view synthesis of 3D scenes. However, existing methods focus primarily on geometric and appearance modeling, lacking deeper scene understanding while also incurring high training costs that complicate t…

Cited by 0SourcePDFScholar
2025

Zeroth-Order Optimization Finds Flat Minima

NeurIPS 2025poster

Zeroth-order methods are extensively used in machine learning applications where gradients are infeasible or expensive to compute, such as black-box attacks, reinforcement learning, and language model fine-tuning. Existing optimization theory focuses on convergence to an arbitrary stationary point,…

Cited by 0SourceScholar
2025

mPLUG-DocOwl2: High-resolution Compressing for OCR-free Multi-page Document Understanding

ACL 2025long

Multimodel Large Language Models(MLLMs) have achieved promising OCR-free Document Understanding performance by increasing the supported resolution of document images. However, this comes at the cost of generating thousands of visual tokens for a single document image, leading to excessive GPU memory…

2024

Adaptive Simultaneous Sign Language Translation with Confident Translation Length Estimation

COLING 2024main

Traditional non-simultaneous Sign Language Translation (SLT) methods, while effective for pre-recorded videos, face challenges in real-time scenarios due to inherent inference delays. The emerging field of simultaneous SLT aims to address this issue by progressively translating incrementally receive…

2024

An Explicit Multi-Modal Fusion Method for Sign Language Translation

ICASSP 2024accepted

Sign Language Translation (SLT) aims to convert sign language videos into corresponding spoken text sequences. However, the inherent modality gap between sign language video and text hinders the development of SLT. Motivated by the linguistic consistency between gloss <sup xmlns:mml="http://www.w3.o…

Cited by 0SourceScholar
2024

Conditional Variational Autoencoder for Sign Language Translation with Cross-Modal Alignment

AAAI 2024technical

Sign language translation (SLT) aims to convert continuous sign language videos into textual sentences. As a typical multi-modal task, there exists an inherent modality gap between sign language videos and spoken language text, which makes the cross-modal alignment between visual and textual modalit…

2024

DPZero: Private Fine-Tuning of Language Models without Backpropagation

ICML 2024poster

The widespread practice of fine-tuning large language models (LLMs) on domain-specific data faces two major challenges in memory and privacy. First, as the size of LLMs continues to grow, the memory demands of gradient-based training methods via backpropagation become prohibitively high. Second, giv…

2024

Enhance Sketch Recognition’s Explainability via Semantic Component-Level Parsing

AAAI 2024technical

Free-hand sketches are appealing for humans as a universal tool to depict the visual world. Humans can recognize varied sketches of a category easily by identifying the concurrence and layout of the intrinsic semantic components of the category, since humans draw free-hand sketches based a common co…

2024

Generalization Bounds of Nonconvex-(Strongly)-Concave Stochastic Minimax Optimization

AISTATS 2024poster

This paper studies the generalization performance of algorithms for solving nonconvex-(strongly)-concave (NC-SC/NC-C) stochastic minimax optimization measured by the stationarity of primal functions. We first establish algorithm-agnostic generalization bounds via uniform convergence between the empi…

Cited by 5SourcePDFScholar
2024

Implicit Regularization of Sharpness-Aware Minimization for Scale-Invariant Problems

NeurIPS 2024poster

Sharpness-aware minimization (SAM) improves generalization of various deep learning tasks. Motivated by popular architectures such as LoRA, we explore the implicit regularization of SAM for scale-invariant problems involving two groups of variables. Instead of focusing on commonly used sharpness, th…

Cited by 3SourcePDFScholar
2024

Language Model Guided Interpretable Video Action Reasoning

CVPR 2024poster

Although neural networks excel in video action recognition tasks their "black-box" nature makes it challenging to understand the rationale behind their decisions. Recent approaches used inherently interpretable models to analyze video actions in a manner akin to human reasoning. However it has been…

2024

Less is More: Mitigating Multimodal Hallucination from an EOS Decision Perspective

ACL 2024long

Large Multimodal Models (LMMs) often suffer from multimodal hallucinations, wherein they may create content that is not present in the visual inputs. In this paper, we explore a new angle of this issue: overly detailed training data hinders the model’s ability to timely terminate generation, leading…

2024

Multi-Level Cross-Modal Alignment for Speech Relation Extraction

EMNLP 2024main

Speech Relation Extraction (SpeechRE) aims to extract relation triplets from speech data. However, existing studies usually use synthetic speech to train and evaluate SpeechRE models, hindering the further development of SpeechRE due to the disparity between synthetic and real speech. Meanwhile, the…

Cited by 0SourcePDFScholar
2024

One2Set + Large Language Model: Best Partners for Keyphrase Generation

EMNLP 2024main

Keyphrase generation (KPG) aims to automatically generate a collection of phrases representing the core concepts of a given document. The dominant paradigms in KPG include one2seq and one2set. Recently, there has been increasing interest in applying large language models (LLMs) to KPG. Our prelimina…

2024

Respond in my Language: Mitigating Language Inconsistency in Response Generation based on Large Language Models

ACL 2024long

Large Language Models (LLMs) show strong instruction understanding ability across multiple languages. However, they are easily biased towards English in instruction tuning, and generate English responses even given non-English instructions. In this paper, we investigate the language inconsistent gen…

2024

Signer Diversity-driven Data Augmentation for Signer-Independent Sign Language Translation

NAACL 2024findings

The primary objective of sign language translation (SLT) is to transform sign language videos into natural sentences.A crucial challenge in this field is developing signer-independent SLT systems which requires models to generalize effectively to signers not encountered during training.This challeng…

Cited by 2SourcePDFScholar
2024

TinyChart: Efficient Chart Understanding with Program-of-Thoughts Learning and Visual Token Merging

EMNLP 2024main

Charts are important for presenting and explaining complex data relationships. Recently, multimodal large language models (MLLMs) have shown remarkable capabilities in chart understanding. However, the sheer size of these models limits their use in resource-constrained environments. In this paper, w…

Cited by 4SourcePDFScholar
2024

Towards Better Graph-based Cross-document Relation Extraction via Non-bridge Entity Enhancement and Prediction Debiasing

ACL 2024findings

Cross-document Relation Extraction aims to predict the relation between target entities located in different documents. In this regard, the dominant models commonly retain useful information for relation prediction via bridge entities, which allows the model to elaborately capture the intrinsic inte…

2024

mPLUG-DocOwl 1.5: Unified Structure Learning for OCR-free Document Understanding

EMNLP 2024finding

Structure information is critical for understanding the semantics of text-rich images, such as documents, tables, and charts. Existing Multimodal Large Language Models (MLLMs) for Visual Document Understanding are equipped with text recognition ability but lack general structure understanding abilit…

2023

3D Spatial Multimodal Knowledge Accumulation for Scene Graph Prediction in Point Cloud

CVPR 2023poster

In-depth understanding of a 3D scene not only involves locating/recognizing individual objects, but also requires to infer the relationships and interactions among them. However, since 3D scenes contain partially scanned objects with physical connections, dense placement, changing sizes, and a wide…

2023

A Token-Level Contrastive Framework for Sign Language Translation

ICASSP 2023accepted

Sign Language Translation (SLT) is a promising technology to bridge the communication gap between the deaf and the hearing people. Recently, researchers have adopted Neural Machine Translation (NMT) methods, which usually require large-scale corpus for training, to achieve SLT. However, the publicly…

Cited by 0SourceScholar
2023

Accommodating Audio Modality in CLIP for Multimodal Processing

AAAI 2023technical

Multimodal processing has attracted much attention lately especially with the success of pre-training. However, the exploration has mainly focused on vision-language pre-training, as introducing more modalities can greatly complicate model design and optimization. In this paper, we extend the state-…

2023

Efficient Sign Language Translation with a Curriculum-based Non-autoregressive Decoder

IJCAI 2023poster

Most existing studies on Sign Language Translation (SLT) employ AutoRegressive Decoding Mechanism (AR-DM) to generate target sentences. However, the main disadvantage of the AR-DM is high inference latency. To address this problem, we introduce Non-AutoRegressive Decoding Mechanism (NAR-DM) into SL…

2023

Exploring Effective Inter-Encoder Semantic Interaction for Document-Level Relation Extraction

IJCAI 2023poster

In document-level relation extraction (RE), the models are required to correctly predict implicit relations in documents via relational reasoning. To this end, many graph-based methods have been proposed for this task. Despite their success, these methods still suffer from several drawbacks: 1) the…

2023

Exploring Self-Distillation Based Relational Reasoning Training for Document-Level Relation Extraction

AAAI 2023technical

Document-level relation extraction (RE) aims to extract relational triples from a document. One of its primary challenges is to predict implicit relations between entities, which are not explicitly expressed in the document but can usually be extracted through relational reasoning. Previous methods…

2023

FreeCOS: Self-Supervised Learning from Fractals and Unlabeled Images for Curvilinear Object Segmentation

ICCV 2023poster

Curvilinear object segmentation is critical for many applications. However, manually annotating curvilinear objects is very time-consuming and error-prone, yielding insufficiently available annotated datasets for existing supervised methods and domain adaptation methods. This paper proposes a self-s…

Cited by 12PDFcodeScholar
2023

HyperNetwork-based Decoupling to Improve Model Generalization for Few-Shot Relation Extraction

EMNLP 2023long main

Few-shot relation extraction (FSRE) aims to train a model that can deal with new relations using only a few labeled examples. Most existing studies employ Prototypical Networks for FSRE, which usually overfits the relation classes in the training set and cannot generalize well to unseen relations. B…

Cited by 0SourceScholar
2023

InfoMetIC: An Informative Metric for Reference-free Image Caption Evaluation

ACL 2023long

Automatic image captioning evaluation is critical for benchmarking and promoting advances in image captioning research. Existing metrics only provide a single score to measure caption qualities, which are less explainable and informative. Instead, we humans can easily identify the problems of captio…

2023

Learning Descriptive Image Captioning via Semipermeable Maximum Likelihood Estimation

NeurIPS 2023poster

Image captioning aims to describe visual content in natural language. As 'a picture is worth a thousand words', there could be various correct descriptions for an image. However, with maximum likelihood estimation as the training objective, the captioning model is penalized whenever its prediction m…

2023

MPMQA: Multimodal Question Answering on Product Manuals

AAAI 2023technical

Visual contents, such as illustrations and images, play a big role in product manual understanding. Existing Product Manual Question Answering (PMQA) datasets tend to ignore visual contents and only retain textual parts. In this work, to emphasize the importance of multimodal contents, we propose a…

2023

Movie101: A New Movie Understanding Benchmark

ACL 2023long

To help the visually impaired enjoy movies, automatic movie narrating systems are expected to narrate accurate, coherent, and role-aware plots when there are no speaking lines of actors. Existing works benchmark this challenge as a normal video captioning task via some simplifications, such as remov…

2023

Optimal Guarantees for Algorithmic Reproducibility and Gradient Complexity in Convex Optimization

NeurIPS 2023spotlight

Algorithmic reproducibility measures the deviation in outputs of machine learning algorithms upon minor changes in the training process. Previous work suggests that first-order methods would need to trade-off convergence rate (gradient complexity) for better reproducibility. In this work, we challen…

Cited by 5SourcePDFScholar
2023

TrajPAC: Towards Robustness Verification of Pedestrian Trajectory Prediction Models

ICCV 2023poster

Robust pedestrian trajectory forecasting is crucial to developing safe autonomous vehicles. Although previous works have studied adversarial robustness in the context of trajectory forecasting, some significant issues remain unaddressed. In this work, we try to tackle these crucial problems. Firstly…

Cited by 11PDFcodeScholar
2023

UE4-NeRF:Neural Radiance Field for Real-Time Rendering of Large-Scale Scene

NeurIPS 2023poster

Neural Radiance Fields (NeRF) is a novel implicit 3D reconstruction method that shows immense potential and has been gaining increasing attention. It enables the reconstruction of 3D scenes solely from a set of photographs. However, its real-time rendering capability, especially for interactive real…

2022

Bring Your Own Algorithm for Optimal Differentially Private Stochastic Minimax Optimization

NeurIPS 2022accept

We study differentially private (DP) algorithms for smooth stochastic minimax optimization, with stochastic minimization as a byproduct. The holy grail of these settings is to guarantee the optimal trade-off between the privacy and the excess population loss, using an algorithm with a linear time-co…

Cited by 24SourcePDFScholar
2022

Expression might be enough: representing pressure and demand for reinforcement learning based traffic signal control

ICML 2022spotlight

Many studies confirmed that a proper traffic state representation is more important than complex algorithms for the classical traffic signal control (TSC) problem. In this paper, we (1) present a novel, flexible and efficient method, namely advanced max pressure (Advanced-MP), taking both running an…

2022

FOGS: First-Order Gradient Supervision with Learning-based Graph for Traffic Flow Forecasting

IJCAI 2022poster

Traffic flow forecasting plays a vital role in the transportation domain. Existing studies usually manually construct correlation graphs and design sophisticated models for learning spatial and temporal features to predict future traffic states. However, manually constructed correlation graphs ca…

2022

Learning From Pixel-Level Noisy Label: A New Perspective for Light Field Saliency Detection

CVPR 2022poster

Saliency detection with light field images is becoming attractive given the abundant cues available, however, this comes at the expense of large-scale pixel level annotated data which is expensive to generate. In this paper, we propose to learn light field saliency from pixel-level noisy labels obta…

Cited by 25PDFcodeScholar
2022

Towards Better Document-level Relation Extraction via Iterative Inference

EMNLP 2022main

Document-level relation extraction (RE) aims to extract the relations between entities from the input document that usually containing many difficultly-predicted entity pairs whose relations can only be predicted through relational inference. Existing methods usually directly predict the relations o…

2021

Distributed PDOP Coverage Control: Providing Large-Scale Positioning Service Using a Multi-Robot System

RA-L 2021

This manuscript addresses the active positioning service using a multi-robot system (MRS) for providing large-scale coverage and scalability in terms of MRS size. Inspired by the coverage control problems from Wireless Sensor Network (WSN) literature, we propose a gradient-based control method where

Cited by 22SourceScholar
2021

Free-Form Description Guided 3D Visual Graph Network for Object Grounding in Point Cloud

ICCV 2021poster

3D object grounding aims to locate the most relevant target object in a raw point cloud scene based on a free-form language description. Understanding complex and diverse descriptions, and lifting them directly to a point cloud is a new and challenging topic due to the irregular and sparse nature of…

Cited by 100PDFcodeScholar
2021

Real-Time Vanishing Point Detector Integrating Under-Parameterized RANSAC and Hough Transform

ICCV 2021poster

We propose a novel approach that integrates under-parameterized RANSAC (UPRANSAC) with Hough Transform to detect vanishing points (VPs) from un-calibrated monocular images. In our algorithm, the UPRANSAC chooses one hypothetical inlier in a sample set to find a portion of the VP's degrees of freedom…

Cited by 13PDFScholar
2020

A Connectivity-Prediction Algorithm and its Application in Active Cooperative Localization for Multi-Robot Systems

ICRA 2020poster

This paper presents a method for predicting the probability of future connectivity between mobile robots with range-limited communication. In particular, we focus on its application to active motion planning for cooperative localization (CL). The probability of connection is modeled by the distribut…

Cited by 4SourceScholar
2020

An Attention-based Model for Conversion Rate Prediction with Delayed Feedback via Post-click Calibration

IJCAI 2020poster

Conversion rate (CVR) prediction is becoming increasingly important in the multi-billion dollar online display advertising industry. It has two major challenges: firstly, the scarce user history data is very complicated and non-linear; secondly, the time delay between the clicks and the correspondin…

Cited by 0SourcePDFScholar
2020

Efficient Scene Text Detection with Textual Attention Tower

ICASSP 2020accepted

Scene text detection has received attention for years and achieved an impressive performance across various benchmarks. In this work, we propose an efficient and accurate approach to detect multi-oriented text in scene images. The proposed feature fusion mechanism allows us to use a shallower networ…

Cited by 0SourceScholar
2020

How does Weight Correlation Affect Generalisation Ability of Deep Neural Networks?

NeurIPS 2020poster

This paper studies the novel concept of weight correlation in deep neural networks and discusses its impact on the networks' generalisation ability. For fully-connected layers, the weight correlation is defined as the average cosine similarity between weight vectors of neurons, and for convolutional…

Cited by 65SourcePDFScholar
2018

Attention in Convolutional LSTM for Gesture Recognition

NeurIPS 2018poster

Convolutional long short-term memory (LSTM) networks have been widely used for action/gesture recognition, and different attention mechanisms have also been embedded into the LSTM or the convolutional LSTM (ConvLSTM) networks. Based on the previous gesture recognition architectures which combine the…

2018

Fully Automatic Segmentation of the Right Ventricle Via Multi-Task Deep Neural Networks

ICASSP 2018accepted

Segmentation of ventricles from cardiac magnetic resonance (MR) images is a key step to obtaining clinical parameters useful for prognosis of cardiac pathologies. To improve upon the performance of existing fully convolutional network (FCN) based automatic right ventricle (RV) segmentation approache…

Cited by 0SourceScholar
2017

Enhancing observability in power distribution grids

ICASSP 2017accepted

Power distribution grids are currently challenged by observability issues due to limited metering infrastructure. On the other hand, smart meter data, including local voltage magnitudes and power injections, are collected at grid nodes with renewable generation and demand-response programs. A power…

Cited by 0SourceScholar
2017

Transient Performance Analysis of Closed Production Lines With Bernoulli Machines, Finite Buffers, and Carriers

RA-L 2017

In many manufacturing systems, each piece of intermediate product is attached to a dedicated carrier (e.g., pallet, skid, fixture, etc.) throughout the entire process for material handling and/or transportation purposes. Once a part finishes all processing steps, the associated carrier will be remov

Cited by 17SourceScholar
2016

Human activity recognition based on weighted limb features

IROS 2016poster

Human activity recognition plays an important role in personal assistive robot, being able to recognize human activity and perform corresponding assistive action is a great challenges for personal assistive robot. Human body is an articulated system of rigid segments that can be divided into five pa…

Cited by 3SourceScholar