← Search

Liang Qiao

9 accepted papers

2024

SM3: Self-supervised Multi-task Modeling with Multi-view 2D Images for Articulated Objects

ICRA 2024poster

Reconstructing real-world objects and estimating their movable joint structures are pivotal technologies within the field of robotics. Previous research has predominantly focused on supervised approaches, relying on annotated datasets to model articulated objects within limited categories. However,…

Cited by 1SourceScholar
2023

Bridging Cross-task Protocol Inconsistency for Distillation in Dense Object Detection

ICCV 2023poster

Knowledge distillation (KD) has shown potential for learning compact models in dense object detection. However, the commonly used softmax-based distillation ignores the absolute classification scores for individual categories. Thus, the optimum of the distillation loss does not necessarily lead to t…

Cited by 31PDFcodeScholar
2023

Divide Rows and Conquer Cells: Towards Structure Recognition for Large Tables

IJCAI 2023poster

Recent advanced Table Structure Recognition (TSR) models adopt image-to-text solutions to parse table structure. These methods can be formulated as image caption problem, i.e., input a single-table image and output table structure description in a specific text format, e.g., HTML. With the impressiv…

Cited by 20SourcePDFScholar
2023

Language Adaptive Weight Generation for Multi-Task Visual Grounding

CVPR 2023poster

Although the impressive performance in visual grounding, the prevailing approaches usually exploit the visual backbone in a passive way, i.e., the visual backbone extracts features with fixed weights without expression-related hints. The passive perception may lead to mismatches (e.g., redundant and…

2022

Dynamic Low-Resolution Distillation for Cost-Efficient End-to-End Text Spotting

ECCV 2022poster

"End-to-end text spotting has attached great attention recently due to its benefits on global optimization and high maintainability for real applications. However, the input scale has always been a tough trade-off since recognizing a small text instance usually requires enlarging the whole image, wh…

2022

Flooding-X: Improving BERT’s Resistance to Adversarial Attacks via Loss-Restricted Fine-Tuning

ACL 2022long

Adversarial robustness has attracted much attention recently, and the mainstream solution is adversarial training. However, the tradition of generating adversarial perturbations for each input embedding (in the settings of NLP) scales up the training computational complexity by the number of gradien…

Cited by 35SourcePDFScholar
2022

MINER: Improving Out-of-Vocabulary Named Entity Recognition from an Information Theoretic Perspective

ACL 2022long

NER model has achieved promising performance on standard NER benchmarks. However, recent studies show that previous approaches may over-rely on entity mention information, resulting in poor performance on out-of-vocabulary(OOV) entity recognition. In this work, we propose MINER, a novel NER learning…

2022

Read Extensively, Focus Smartly: A Cross-document Semantic Enhancement Method for Visual Documents NER

COLING 2022main

The introduction of multimodal information and pretraining technique significantly improves entity recognition from visually-rich documents. However, most of the existing methods pay unnecessary attention to irrelevant regions of the current document while ignoring the potentially valuable informati…

Cited by 2SourcePDFScholar
2021

MANGO: A Mask Attention Guided One-Stage Scene Text Spotter

AAAI 2021technical

Recently end-to-end scene text spotting has become a popular research topic due to its advantages of global optimization and high maintainability in real applications. Most methods attempt to develop various region of interest (RoI) operations to concatenate the detection part and the sequence recog…