中文
相关论文

相关论文: Understanding and Improving Proximity Graph based …

200 篇论文

Extraordinary amounts of data are being produced in many branches of science. Proven statistical methods are no longer applicable with extraordinary large data sets due to computational limitations. A critical step in big data analysis is…

统计方法学 · 统计学 2019-06-27 HaiYing Wang , Min Yang , John Stufken

Low-precision networks, with weights and activations quantized to low bit-width, are widely used to accelerate inference on edge devices. However, current solutions are uniform, using identical bit-width for all filters. This fails to…

机器学习 · 计算机科学 2020-04-14 Zhaowei Cai , Nuno Vasconcelos

Personalized PageRank (PPR) is a traditional measure for node proximity on large graphs. For a pair of nodes $s$ and $t$, the PPR value $\pi_s(t)$ equals the probability that an $\alpha$-discounted random walk from $s$ terminates at $t$ and…

数据结构与算法 · 计算机科学 2024-03-21 Mingji Yang , Hanzhi Wang , Zhewei Wei , Sibo Wang , Ji-Rong Wen

Robust and fine localization algorithms are crucial for autonomous driving. For the production of such vehicles as a commodity, affordable sensing solutions and reliable localization algorithms must be designed. This work considers…

计算机视觉与模式识别 · 计算机科学 2024-12-23 Vishnu Teja Kunde , Jean-Francois Chamberland , Siddharth Agarwal

Retrieval finds a small number of relevant candidates from a large corpus for information retrieval and recommendation applications. A key component of retrieval is to model (user, item) similarity, which is commonly represented as the dot…

机器学习 · 计算机科学 2023-06-08 Jiaqi Zhai , Zhaojie Gong , Yueming Wang , Xiao Sun , Zheng Yan , Fu Li , Xing Liu

Graph-based algorithms have shown great empirical potential for the approximate nearest neighbor (ANN) search problem. Currently, graph-based ANN search algorithms are designed mainly using heuristics, whereas theoretical analysis of such…

信息检索 · 计算机科学 2021-07-29 Dantong Zhu , Minjia Zhang

Recent works show that convolutional neural network (CNN) architectures have a spectral bias towards lower frequencies, which has been leveraged for various image restoration tasks in the Deep Image Prior (DIP) framework. The benefit of the…

计算机视觉与模式识别 · 计算机科学 2022-03-31 Metin Ersin Arican , Ozgur Kara , Gustav Bredell , Ender Konukoglu

Computing a maximum independent set (MaxIS) is a fundamental NP-hard problem in graph theory, which has important applications in a wide spectrum of fields. Since graphs in many applications are changing frequently over time, the problem of…

数据结构与算法 · 计算机科学 2022-04-19 Xiangyu Gao , Jianzhong Li , Dongjing Miao

Wireless sensor networks (WSNs) are considered as a major technology enabling the Internet of Things (IoT) paradigm. The recent emerging Graph Signal Processing field can also contribute to enabling the IoT by providing key tools, such as…

信号处理 · 电气工程与系统科学 2020-07-16 Leila Ben Saad , Baltasar Beferull-Lozano

The growing complexity of modern Cyber-Physical Systems (CPS) and the frequent communication between their components make them vulnerable to malicious attacks. As a result, secure state estimation is a critical requirement for the control…

最优化与控制 · 数学 2020-10-09 Xusheng Luo , Miroslav Pajic , Michael M. Zavlanos

Given a graph $G$, the NP-hard Maximum Planar Subgraph problem (MPS) asks for a planar subgraph of $G$ with the maximum number of edges. There are several heuristic, approximative, and exact algorithms to tackle the problem, but---to the…

数据结构与算法 · 计算机科学 2016-08-29 Markus Chimani , Karsten Klein , Tilo Wiedera

Non-maximum suppression is an integral part of the object detection pipeline. First, it sorts all detection boxes on the basis of their scores. The detection box M with the maximum score is selected and all other detection boxes with a…

计算机视觉与模式识别 · 计算机科学 2017-08-09 Navaneeth Bodla , Bharat Singh , Rama Chellappa , Larry S. Davis

Exploiting the infrared area of the spectrum for classification problems is getting increasingly popular, because many materials have characteristic absorption bands in this area. However, sensors in the short wave infrared (SWIR) area and…

图像与视频处理 · 电气工程与系统科学 2024-11-08 Frank Sippel , Jürgen Seiler , André Kaup

Approximate Graph Pattern Mining (AGPM) is essential for analyzing large-scale graphs where exact counting is computationally prohibitive. While there exist numerous sampling-based AGPM systems, they all rely on uniform sampling and…

数据结构与算法 · 计算机科学 2026-01-06 Seoyong Lee , Jinho Lee

Sparsity-constrained optimization is an important and challenging problem that has wide applicability in data mining, machine learning, and statistics. In this paper, we focus on sparsity-constrained optimization in cases where the cost…

机器学习 · 计算机科学 2016-12-19 Feng Chen , Baojian Zhou

Recent years have witnessed great success in handling node classification tasks with Graph Neural Networks (GNNs). However, most existing GNNs are based on the assumption that node samples for different classes are balanced, while for many…

机器学习 · 计算机科学 2021-06-22 Lirong Wu , Haitao Lin , Zhangyang Gao , Cheng Tan , Stan. Z. Li

Graph-based Approximate Nearest Neighbor Search (ANNS) is widely adopted in numerous applications, such as recommendation systems, natural language processing, and computer vision. While recent works on GPU-based acceleration have…

分布式、并行与集群计算 · 计算机科学 2025-07-24 Sukjin Kim , Seongyeon Park , Si Ung Noh , Junguk Hong , Taehee Kwon , Hunseong Lim , Jinho Lee

Sparse vector Maximum Inner Product Search (MIPS) is crucial in multi-path retrieval for Retrieval-Augmented Generation (RAG). Recent inverted index-based and graph-based algorithms have achieved high search accuracy with practical…

We introduce Graph Normalization (GN), a principled dynamical system on graphs that serves as a differentiable approximation engine for the NP-hard Maximum Weight Independent Set (MWIS) problem. MWIS encompasses many combinatorial…

机器学习 · 计算机科学 2026-05-08 Laurent Guigues

This work presents a graph neural network (GNN) framework for solving the maximum independent set (MIS) problem, inspired by dynamic programming (DP). Specifically, given a graph, we propose a DP-like recursive algorithm based on GNNs that…