paper-with-me

홈 › Papers

Graph-Cut RANSAC

2017-06-03 · CVPR 2018 6 · Daniel Barath, Jiri Matas

A novel method for robust estimation, called Graph-Cut RANSAC, GC-RANSAC in short, is introduced. To separate inliers and outliers, it runs the graph-cut algorithm in the local optimization (LO) step which is applied when a so-far-the-best model is found. The proposed LO step is conceptually simple, easy to implement, globally optimal and efficient. GC-RANSAC is shown experimentally, both on synthesized tests and real image pairs, to be more geometrically accurate than state-of-the-art methods on a range of problems, e.g. line fitting, homography, affine transformation, fundamental and essential matrix estimation. It runs in real-time for many problems at a speed approximately equal to that of the less accurate alternatives (in milliseconds on standard CPU).

📄 PDF Abstract BibTeX arXiv:1706.00984

Code (1)

danini/graph-cut-ransac

Tasks

CPU

Similar Papers 제목 키워드 기반

Ethereum Fraud Detection via Joint Transaction Language Model and Graph Representation Learning

2024-09-09 · Jianguo Sun, Yifan Jia, Yanbin Wang, Yiwei Liu 외

Ethereum faces growing fraud threats. Current fraud detection methods, whether employing graph neural networks or sequence models, fail to consider the semantic information and similarity patterns within transactions. Mo…

AttributeFraud DetectionGraph Representation LearningLanguage Modeling+4

Bitcoin Transaction Forecasting with Deep Network Representation Learning

2020-07-15 · Wenqi Wei, Qi Zhang, Ling Liu

Bitcoin and its decentralized computing paradigm for digital currency trading are one of the most disruptive technology in the 21st century. This paper presents a novel approach to developing a Bitcoin transaction foreca…

Representation Learning

Demystifying Fraudulent Transactions and Illicit Nodes in the Bitcoin Network for Financial Forensics

2023-05-25 · Youssef Elmougy, Ling Liu

Blockchain provides the unique and accountable channel for financial forensics by mining its open and immutable transaction data. A recent surge has been witnessed by training machine learning models with cryptocurrency …

Anomaly DetectionFraud Detection

LineMVGNN: Anti-Money Laundering with Line-Graph-Assisted Multi-View Graph Neural Networks

2026-03-24 · Chung-Hoo Poon, James Kwok, Calvin Chow, Jang-Hyeon Choi arxiv

Anti-money laundering (AML) systems are important for protecting the global economy. However, conventional rule-based methods rely on domain knowledge, leading to suboptimal accuracy and a lack of scalability. Graph neur…

Adversarial RobustnessGraph Neural NetworkGraph Learning

Detecting Credit Card Fraud via Heterogeneous Graph Neural Networks with Graph Attention

2025-04-11 · Qiuwu Sha, Tengda Tang, Xinyu Du, Jie Liu 외

This study proposes a credit card fraud detection method based on Heterogeneous Graph Neural Network (HGNN) to address fraud in complex transaction networks. Unlike traditional machine learning methods that rely solely o…

Fraud DetectionGraph AttentionGraph Neural Network