paper-with-me

Papers

Rich Action-semantic Consistent Knowledge for Early Action Prediction

2022-01-23 · Xiaoli Liu, Jianqin Yin, Di Guo, Huaping Liu

Early action prediction (EAP) aims to recognize human actions from a part of action execution in ongoing videos, which is an important task for many practical applications. Most prior works treat partial or full videos as a whole, ignoring rich action knowledge hidden in videos, i.e., semantic consistencies among different partial videos. In contrast, we partition original partial or full videos to form a new series of partial videos and mine the Action-Semantic Consistent Knowledge (ASCK) among these new partial videos evolving in arbitrary progress levels. Moreover, a novel Rich Action-semantic Consistent Knowledge network (RACK) under the teacher-student framework is proposed for EAP. Firstly, we use a two-stream pre-trained model to extract features of videos. Secondly, we treat the RGB or flow features of the partial videos as nodes and their action semantic consistencies as edges. Next, we build a bi-directional semantic graph for the teacher network and a single-directional semantic graph for the student network to model rich ASCK among partial videos. The MSE and MMD losses are incorporated as our distillation loss to enrich the ASCK of partial videos from the teacher to the student network. Finally, we obtain the final prediction by summering the logits of different subnetworks and applying a softmax layer. Extensive experiments and ablative studies have been conducted, demonstrating the effectiveness of modeling rich ASCK for EAP. With the proposed RACK, we have achieved state-of-the-art performance on three benchmarks. The code is available at https://github.com/lily2lab/RACK.git.

📄 PDF Abstract BibTeX arXiv:2201.09169

Code (1)

lily2lab/rack 공식 구현 pytorch

Tasks

Early Action Prediction

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

DCGL: Dual-Channel Graph Learning with Large Language Models for Knowledge-Aware Recommendation

2026-05-08 · Xinchi Zou, Tongzhenzhi Su, Jianjun Li, Yuan Fu 외 arxiv

Knowledge Graphs (KGs) have proven highly effective for recommendation systems by capturing latent item relationships, while recent integration of Large Language Models (LLMs) has further enhanced semantic understanding …

Recommendation SystemsContrastive LearningKnowledge GraphsGraph Learning

Learning to Denoise Biomedical Knowledge Graph for Robust Molecular Interaction Prediction

2023-12-09 · Tengfei Ma, Yujie Chen, Wen Tao, Dashun Zheng 외

Molecular interaction prediction plays a crucial role in forecasting unknown interactions between molecules, such as drug-target interaction (DTI) and drug-drug interaction (DDI), which are essential in the field of drug…

DenoisingDrug DiscoveryKnowledge GraphsLink Prediction+1

Verification of Inconsistency-Aware Knowledge and Action Bases (Extended Version)

2013-04-23 · Diego Calvanese, Evgeny Kharlamov, Marco Montali, Ario Santoso 외

Description Logic Knowledge and Action Bases (KABs) have been recently introduced as a mechanism that provides a semantically rich representation of the information on the domain of interest in terms of a DL KB and a set…

Alternating Fixpoint Operator for Hybrid MKNF Knowledge Bases as an Approximator of AFT

2021-05-24 · Fangfang Liu, Jia-Huai You

Approximation fixpoint theory (AFT) provides an algebraic framework for the study of fixpoints of operators on bilattices and has found its applications in characterizing semantics for various classes of logic programs a…

Caption First, VQA Second: Knowledge Density, Not Task Format, Drives Multimodal Scaling

2026-03-17 · Hongjian Zou, Yue Ge, Qi Ding, Yixuan Liao 외 arxiv

Multimodal large language models (MLLMs) have achieved rapid progress, yet their scaling behavior remains less clearly characterized and often less predictable than that of text-only LLMs. Increasing model size and task …

Visual Question Answering