paper-with-me

Papers

PatchNet: A Tool for Deep Patch Classification

2019-02-16 · Thong Hoang, Julia Lawall, Richard J. Oentaryo, Yuan Tian, David Lo

This work proposes PatchNet, an automated tool based on hierarchical deep learning for classifying patches by extracting features from commit messages and code changes. PatchNet contains a deep hierarchical structure that mirrors the hierarchical and sequential structure of a code change, differentiating it from the existing deep learning models on source code. PatchNet provides several options allowing users to select parameters for the training process. The tool has been validated in the context of automatic identification of stable-relevant patches in the Linux kernel and is potentially applicable to automate other software engineering tasks that can be formulated as patch classification problems. A video demonstrating PatchNet is available at https://goo.gl/CZjG6X. The PatchNet implementation is available at https://github.com/hvdthong/PatchNetTool.

📄 PDF Abstract BibTeX arXiv:1903.02063

Code (1)

hvdthong/PatchNetTool 공식 구현 tf

Tasks

ClassificationDeep LearningGeneral Classification

Similar Papers 제목 키워드 기반

MedicalPatchNet: A Patch-Based Self-Explainable AI Architecture for Chest X-ray Classification

2025-09-09 · Patrick Wienholt, Christiane Kuhl, Jakob Nikolas Kather, Sven Nebelung 외 arxiv

Deep neural networks excel in radiological image classification but frequently suffer from poor interpretability, limiting clinical acceptance. We present MedicalPatchNet, an inherently self-explainable architecture for …

Image Classification

Patchnet: Interpretable Neural Networks for Image Classification

2017-05-23 · Adityanarayanan Radhakrishnan, Charles Durham, Ali Soylemezoglu, Caroline Uhler

Understanding how a complex machine learning model makes a classification decision is essential for its acceptance in sensitive areas such as health care. Towards this end, we present PatchNet, a method that provides the…

BIG-bench Machine LearningClassificationGeneral Classificationimage-classification+1

PatchNet -- Short-range Template Matching for Efficient Video Processing

2021-03-10 · Huizi Mao, Sibo Zhu, Song Han, William J. Dally

Object recognition is a fundamental problem in many video processing tasks, accurately locating seen objects at low computation cost paves the way for on-device video recognition. We propose PatchNet, an efficient convol…

Objectobject-detectionObject DetectionObject Recognition+5

Weakly Supervised PatchNets: Describing and Aggregating Local Patches for Scene Recognition

2016-09-01 · Zhe Wang, Li-Min Wang, Yali Wang, Bo-Wen Zhang 외

Traditional feature encoding scheme (e.g., Fisher vector) with local descriptors (e.g., SIFT) and recent convolutional neural networks (CNNs) are two classes of successful methods for image recognition. In this paper, we…

Scene Recognition

Patch-Based Discriminative Feature Learning for Unsupervised Person Re-Identification

2019-06-01 · CVPR 2019 6 · Qize Yang, Hong-Xing Yu, Ancong Wu, Wei-Shi Zheng

While discriminative local features have been shown effective in solving the person re-identification problem, they are limited to be trained on fully pairwise labelled data which is expensive to obtain. In this work, we…

Person Re-IdentificationUnsupervised Person Re-Identification