Skip to main content

Showing 1–29 of 29 results for author: Hopcroft, J E

Searching in archive cs. Search in all archives.
.
  1. arXiv:2406.19258  [pdf, other

    cs.LG

    Leveraging Contrastive Learning for Enhanced Node Representations in Tokenized Graph Transformers

    Authors: **song Chen, Hanpeng Liu, John E. Hopcroft, Kun He

    Abstract: While tokenized graph Transformers have demonstrated strong performance in node classification tasks, their reliance on a limited subset of nodes with high similarity scores for constructing token sequences overlooks valuable information from other nodes, hindering their ability to fully harness graph information for learning optimal node representations. To address this limitation, we propose a n… ▽ More

    Submitted 27 June, 2024; originally announced June 2024.

  2. arXiv:2310.20250  [pdf, other

    cs.AI

    Diversified Node Sampling based Hierarchical Transformer Pooling for Graph Representation Learning

    Authors: Gaichao Li, **song Chen, John E. Hopcroft, Kun He

    Abstract: Graph pooling methods have been widely used on downsampling graphs, achieving impressive results on multiple graph-level tasks like graph classification and graph generation. An important line called node drop** pooling aims at exploiting learnable scoring functions to drop nodes with comparatively lower significance scores. However, existing node drop** methods suffer from two limitations: (1… ▽ More

    Submitted 31 October, 2023; originally announced October 2023.

  3. arXiv:2310.11025  [pdf, other

    cs.LG cs.SI

    SignGT: Signed Attention-based Graph Transformer for Graph Representation Learning

    Authors: **song Chen, Gaichao Li, John E. Hopcroft, Kun He

    Abstract: The emerging graph Transformers have achieved impressive performance for graph representation learning over graph neural networks (GNNs). In this work, we regard the self-attention mechanism, the core module of graph Transformers, as a two-step aggregation operation on a fully connected graph. Due to the property of generating positive attention values, the self-attention mechanism is equal to con… ▽ More

    Submitted 17 October, 2023; originally announced October 2023.

    Comments: Submitted to a conference

  4. arXiv:2303.13955  [pdf, other

    cs.CV

    PIAT: Parameter Interpolation based Adversarial Training for Image Classification

    Authors: Kun He, Xin Liu, Yichen Yang, Zhou Qin, Weigao Wen, Hui Xue, John E. Hopcroft

    Abstract: Adversarial training has been demonstrated to be the most effective approach to defend against adversarial attacks. However, existing adversarial training methods show apparent oscillations and overfitting issue in the training process, degrading the defense efficacy. In this work, we propose a novel framework, termed Parameter Interpolation based Adversarial Training (PIAT), that makes full use o… ▽ More

    Submitted 24 March, 2023; originally announced March 2023.

  5. arXiv:2211.14773  [pdf, other

    cs.CV cs.LG

    Class-aware Information for Logit-based Knowledge Distillation

    Authors: Shuoxi Zhang, Hanpeng Liu, John E. Hopcroft, Kun He

    Abstract: Knowledge distillation aims to transfer knowledge to the student model by utilizing the predictions/features of the teacher model, and feature-based distillation has recently shown its superiority over logit-based distillation. However, due to the cumbersome computation and storage of extra feature transformation, the training overhead of feature-based methods is much higher than that of logit-bas… ▽ More

    Submitted 27 November, 2022; originally announced November 2022.

    Comments: 12 pages, 4 figures, 12 tables

  6. arXiv:2211.11033  [pdf, other

    cs.AI cs.CV

    On the Complexity of Bayesian Generalization

    Authors: Yu-Zhe Shi, Manjie Xu, John E. Hopcroft, Kun He, Joshua B. Tenenbaum, Song-Chun Zhu, Ying Nian Wu, Wenjuan Han, Yixin Zhu

    Abstract: We consider concept generalization at a large scale in the diverse and natural visual spectrum. Established computational modes (i.e., rule-based or similarity-based) are primarily studied isolated and focus on confined and abstract problem spaces. In this work, we study these two modes when the problem space scales up, and the $complexity$ of concepts becomes diverse. Specifically, at the… ▽ More

    Submitted 25 November, 2022; v1 submitted 20 November, 2022; originally announced November 2022.

  7. arXiv:2211.07859  [pdf, other

    cs.CV

    Local Magnification for Data and Feature Augmentation

    Authors: Kun He, Chang Liu, Stephen Lin, John E. Hopcroft

    Abstract: In recent years, many data augmentation techniques have been proposed to increase the diversity of input data and reduce the risk of overfitting on deep neural networks. In this work, we propose an easy-to-implement and model-free data augmentation method called Local Magnification (LOMA). Different from other geometric data augmentation methods that perform global transformations on images, LOMA… ▽ More

    Submitted 14 November, 2022; originally announced November 2022.

    Comments: 10 pages, 7 figures, 7 tables, submitted to a conference of 2023

  8. arXiv:2205.13863  [pdf, other

    cs.LG cs.AI stat.ML

    Why Robust Generalization in Deep Learning is Difficult: Perspective of Expressive Power

    Authors: Binghui Li, Jikai **, Han Zhong, John E. Hopcroft, Liwei Wang

    Abstract: It is well-known that modern neural networks are vulnerable to adversarial examples. To mitigate this problem, a series of robust learning algorithms have been proposed. However, although the robust training error can be near zero via some methods, all existing algorithms lead to a high robust generalization error. In this paper, we provide a theoretical understanding of this puzzling phenomenon f… ▽ More

    Submitted 14 October, 2022; v1 submitted 27 May, 2022; originally announced May 2022.

    Comments: 25 pages; to appear in NeurIPS 2022

  9. arXiv:2205.11812  [pdf, other

    cs.SI

    HoSIM: Higher-order Structural Importance based Method for Multiple Local Community Detection

    Authors: Boyu Li, Meng Wang, John E. Hopcroft, Kun He

    Abstract: Local community detection has attracted much research attention recently, and many methods have been proposed for the single local community detection that finds a community containing the given set of query nodes. However, nodes may belong to several communities in the network, and detecting all the communities for the query node set, termed as the multiple local community detection (MLCD), is mo… ▽ More

    Submitted 24 May, 2022; originally announced May 2022.

  10. arXiv:2112.04100  [pdf, other

    cs.SI cs.LG

    Uncovering the Local Hidden Community Structure in Social Networks

    Authors: Meng Wang, Boyu Li, Kun He, John E. Hopcroft

    Abstract: Hidden community is a useful concept proposed recently for social network analysis. To handle the rapid growth of network scale, in this work, we explore the detection of hidden communities from the local perspective, and propose a new method that detects and boosts each layer iteratively on a subgraph sampled from the original network. We first expand the seed set from a single seed node based on… ▽ More

    Submitted 7 December, 2021; originally announced December 2021.

    Comments: 22 pages, 9 figures, submitted to a journal

  11. arXiv:2111.10752  [pdf, other

    cs.LG cs.CR cs.CV

    Stochastic Variance Reduced Ensemble Adversarial Attack for Boosting the Adversarial Transferability

    Authors: Yifeng Xiong, Jiadong Lin, Min Zhang, John E. Hopcroft, Kun He

    Abstract: The black-box adversarial attack has attracted impressive attention for its practical use in the field of deep learning security. Meanwhile, it is very challenging as there is no access to the network architecture or internal weights of the target model. Based on the hypothesis that if an example remains adversarial for multiple models, then it is more likely to transfer the attack capability to o… ▽ More

    Submitted 23 April, 2022; v1 submitted 21 November, 2021; originally announced November 2021.

    Comments: 11 pages, 6 figures, accepted by CVPR 2022

  12. arXiv:2108.00127  [pdf, other

    cs.SI stat.ML

    Structure Amplification on Multi-layer Stochastic Block Models

    Authors: Xiaodong Xin, Kun He, Jialu Bao, Bart Selman, John E. Hopcroft

    Abstract: Much of the complexity of social, biological, and engineered systems arises from a network of complex interactions connecting many basic components. Network analysis tools have been successful at uncovering latent structure termed communities in such networks. However, some of the most interesting structure can be difficult to uncover because it is obscured by the more dominant structure. Our prev… ▽ More

    Submitted 30 July, 2021; originally announced August 2021.

    Comments: 27 pages, 6 figures, 1 table, submitted to a journal

  13. arXiv:2107.02451  [pdf, other

    cs.CV cs.AI

    Integrating Large Circular Kernels into CNNs through Neural Architecture Search

    Authors: Kun He, Chao Li, Yixiao Yang, Gao Huang, John E. Hopcroft

    Abstract: The square kernel is a standard unit for contemporary CNNs, as it fits well on the tensor computation for convolution operation. However, the retinal ganglion cells in the biological visual system have approximately concentric receptive fields. Motivated by this observation, we propose to use circular kernel with a concentric and isotropic receptive field as an option for the convolution operation… ▽ More

    Submitted 15 April, 2022; v1 submitted 6 July, 2021; originally announced July 2021.

    Comments: 20 pages, 10 figures, submitted to a conference

  14. arXiv:2001.05919  [pdf, ps, other

    cs.SI physics.soc-ph

    Hidden Community Detection on Two-layer Stochastic Models: a Theoretical Perspective

    Authors: Jialu Bao, Kun He, Xiaodong Xin, Bart Selman, John E. Hopcroft

    Abstract: Hidden community is a new graph-theoretical concept recently proposed [4], in which the authors also propose a meta-approach called HICODE (Hidden Community Detection) for detecting hidden communities. HICODE is demonstrated through experiments that it is able to uncover previously overshadowed weak layers and uncover both weak and strong layers at a higher accuracy. However, the authors provide n… ▽ More

    Submitted 12 March, 2020; v1 submitted 16 January, 2020; originally announced January 2020.

    Comments: 17 pages, 4 figures, submitted to TAMC 2020

  15. arXiv:1911.06634  [pdf, other

    cs.CV

    Single Image Reflection Removal through Cascaded Refinement

    Authors: Chao Li, Yixiao Yang, Kun He, Stephen Lin, John E. Hopcroft

    Abstract: We address the problem of removing undesirable reflections from a single image captured through a glass surface, which is an ill-posed, challenging but practically important problem for photo enhancement. Inspired by iterative structure reduction for hidden community detection in social networks, we propose an Iterative Boost Convolutional LSTM Network (IBCLN) that enables cascaded prediction for… ▽ More

    Submitted 5 April, 2020; v1 submitted 15 November, 2019; originally announced November 2019.

    Comments: 10 pages, 8 figures

  16. arXiv:1909.10147  [pdf, other

    cs.CV

    Robust Local Features for Improving the Generalization of Adversarial Training

    Authors: Chuanbiao Song, Kun He, Jiadong Lin, Liwei Wang, John E. Hopcroft

    Abstract: Adversarial training has been demonstrated as one of the most effective methods for training robust models to defend against adversarial examples. However, adversarially trained models often lack adversarially robust generalization on unseen testing data. Recent works show that adversarially trained models are more biased towards global structure features. Instead, in this work, we would like to i… ▽ More

    Submitted 2 February, 2020; v1 submitted 23 September, 2019; originally announced September 2019.

    Comments: accepted by ICLR 2020

  17. arXiv:1908.06281  [pdf, other

    cs.LG cs.CR stat.ML

    Nesterov Accelerated Gradient and Scale Invariance for Adversarial Attacks

    Authors: Jiadong Lin, Chuanbiao Song, Kun He, Liwei Wang, John E. Hopcroft

    Abstract: Deep learning models are vulnerable to adversarial examples crafted by applying human-imperceptible perturbations on benign inputs. However, under the black-box setting, most existing adversaries often have a poor transferability to attack other defense models. In this work, from the perspective of regarding the adversarial example generation as an optimization process, we propose two new methods… ▽ More

    Submitted 2 February, 2020; v1 submitted 17 August, 2019; originally announced August 2019.

    Comments: ICLR 2020

  18. arXiv:1905.06109  [pdf, ps, other

    cs.IR cs.CL cs.LG stat.ML

    A New Anchor Word Selection Method for the Separable Topic Discovery

    Authors: Kun He, Wu Wang, Xiaosen Wang, John E. Hopcroft

    Abstract: Separable Non-negative Matrix Factorization (SNMF) is an important method for topic modeling, where "separable" assumes every topic contains at least one anchor word, defined as a word that has non-zero probability only on that topic. SNMF focuses on the word co-occurrence patterns to reveal topics by two steps: anchor word selection and topic recovery. The quality of the anchor words strongly inf… ▽ More

    Submitted 10 May, 2019; originally announced May 2019.

    Comments: 18 pages, 4 figures

  19. arXiv:1904.07793  [pdf, other

    cs.CV cs.CR cs.LG

    AT-GAN: An Adversarial Generator Model for Non-constrained Adversarial Examples

    Authors: Xiaosen Wang, Kun He, Chuanbiao Song, Liwei Wang, John E. Hopcroft

    Abstract: Despite the rapid development of adversarial machine learning, most adversarial attack and defense researches mainly focus on the perturbation-based adversarial examples, which is constrained by the input images. In comparison with existing works, we propose non-constrained adversarial examples, which are generated entirely from scratch without any constraint on the input. Unlike perturbation-base… ▽ More

    Submitted 7 February, 2020; v1 submitted 16 April, 2019; originally announced April 2019.

    Comments: 15 pages, 6 figures

  20. arXiv:1811.10786  [pdf, other

    cs.DB cs.IR

    Adaptive Wavelet Clustering for Highly Noisy Data

    Authors: Zengjian Chen, Jiayi Liu, Yihe Deng, Kun He, John E. Hopcroft

    Abstract: In this paper we make progress on the unsupervised task of mining arbitrarily shaped clusters in highly noisy datasets, which is a task present in many real-world applications. Based on the fundamental work that first applies a wavelet transform to data clustering, we propose an adaptive clustering algorithm, denoted as AdaWave, which exhibits favorable characteristics for clustering. By a self-ad… ▽ More

    Submitted 7 January, 2019; v1 submitted 26 November, 2018; originally announced November 2018.

    Comments: 11 pages,13 figures,ICDE

  21. arXiv:1810.00740  [pdf, other

    cs.LG cs.CV stat.ML

    Improving the Generalization of Adversarial Training with Domain Adaptation

    Authors: Chuanbiao Song, Kun He, Liwei Wang, John E. Hopcroft

    Abstract: By injecting adversarial examples into training data, adversarial training is promising for improving the robustness of deep learning models. However, most existing adversarial training approaches are based on a specific type of adversarial attack. It may not provide sufficiently representative samples from the adversarial domain, leading to a weak generalization ability on adversarial examples fr… ▽ More

    Submitted 15 March, 2019; v1 submitted 1 October, 2018; originally announced October 2018.

    Comments: ICLR 2019

  22. arXiv:1801.06801  [pdf, other

    cs.LG cs.CV

    Curvature-based Comparison of Two Neural Networks

    Authors: Tao Yu, Huan Long, John E. Hopcroft

    Abstract: In this paper we show the similarities and differences of two deep neural networks by comparing the manifolds composed of activation vectors in each fully connected layer of them. The main contribution of this paper includes 1) a new data generating algorithm which is crucial for determining the dimension of manifolds; 2) a systematic strategy to compare manifolds. Especially, we take Riemann curv… ▽ More

    Submitted 21 January, 2018; originally announced January 2018.

  23. arXiv:1712.04823  [pdf, other

    cs.SI

    Krylov Subspace Approximation for Local Community Detection in Large Networks

    Authors: Kun He, Pan Shi, David Bindel, John E. Hopcroft

    Abstract: Community detection is an important information mining task to uncover modular structures in large networks. For increasingly common large network data sets, global community detection is prohibitively expensive, and attention has shifted to methods that mine local communities, i.e. identifying all latent members of a particular community from a few labeled seed members. To address such semi-super… ▽ More

    Submitted 16 May, 2019; v1 submitted 13 December, 2017; originally announced December 2017.

    Comments: Submitted to ACM Transactions on Knowledge Discovery from Data (under revision)

  24. arXiv:1711.01573  [pdf, other

    cs.CV

    The Local Dimension of Deep Manifold

    Authors: Mengxiao Zhang, Wangquan Wu, Yanren Zhang, Kun He, Tao Yu, Huan Long, John E. Hopcroft

    Abstract: Based on our observation that there exists a dramatic drop for the singular values of the fully connected layers or a single feature map of the convolutional layer, and that the dimension of the concatenated feature vector almost equals the summation of the dimension on each feature map, we propose a singular value decomposition (SVD) based approach to estimate the dimension of the deep manifolds… ▽ More

    Submitted 5 November, 2017; originally announced November 2017.

    Comments: 11 pages, 11 figures

  25. arXiv:1704.00330  [pdf, other

    cs.CV

    Randomness in Deconvolutional Networks for Visual Representation

    Authors: Kun He, **gbo Wang, Haochuan Li, Yao Shu, Mengxiao Zhang, Man Zhu, Liwei Wang, John E. Hopcroft

    Abstract: Toward a deeper understanding on the inner work of deep neural networks, we investigate CNN (convolutional neural network) using DCN (deconvolutional network) and randomization technique, and gain new insights for the intrinsic property of this network architecture. For the random representations of an untrained CNN, we train the corresponding DCN to reconstruct the input images. Compared with the… ▽ More

    Submitted 20 February, 2018; v1 submitted 2 April, 2017; originally announced April 2017.

    Comments: 15 pages, 10 Figures, submitted to a 2018 Conference

  26. arXiv:1704.00109  [pdf, other

    cs.LG

    Snapshot Ensembles: Train 1, get M for free

    Authors: Gao Huang, Yixuan Li, Geoff Pleiss, Zhuang Liu, John E. Hopcroft, Kilian Q. Weinberger

    Abstract: Ensembles of neural networks are known to be much more robust and accurate than individual networks. However, training multiple deep networks for model averaging is computationally expensive. In this paper, we propose a method to obtain the seemingly contradictory goal of ensembling multiple neural networks at no additional training cost. We achieve this goal by training a single neural network, c… ▽ More

    Submitted 31 March, 2017; originally announced April 2017.

  27. arXiv:1702.07462  [pdf, other

    cs.SI physics.soc-ph stat.ML

    Hidden Community Detection in Social Networks

    Authors: Kun He, Yingru Li, Sucheta Soundarajan, John E. Hopcroft

    Abstract: We introduce a new paradigm that is important for community detection in the realm of network analysis. Networks contain a set of strong, dominant communities, which interfere with the detection of weak, natural community structure. When most of the members of the weak communities also belong to stronger communities, they are extremely hard to be uncovered. We call the weak communities the hidden… ▽ More

    Submitted 23 February, 2017; originally announced February 2017.

    Comments: 10 pages, 6 figures, 4 tables, submitted to KDD 2017

  28. arXiv:1511.06421  [pdf, other

    cs.LG cs.CV stat.ML

    Deep Manifold Traversal: Changing Labels with Convolutional Features

    Authors: Jacob R. Gardner, Paul Upchurch, Matt J. Kusner, Yixuan Li, Kilian Q. Weinberger, Kavita Bala, John E. Hopcroft

    Abstract: Many tasks in computer vision can be cast as a "label changing" problem, where the goal is to make a semantic change to the appearance of an image or some subject in an image in order to alter the class membership. Although successful task-specific methods have been developed for some label changing applications, to date no general purpose method exists. Motivated by this we propose deep manifold… ▽ More

    Submitted 17 March, 2016; v1 submitted 19 November, 2015; originally announced November 2015.

  29. arXiv:1509.08065  [pdf, other

    cs.SI physics.soc-ph

    Detecting Overlap** Communities from Local Spectral Subspaces

    Authors: Kun He, Yiwei Sun, David Bindel, John E Hopcroft, Yixuan Li

    Abstract: Based on the definition of local spectral subspace, we propose a novel approach called LOSP for local overlap** community detection. Instead of using the invariant subspace spanned by the dominant eigenvectors of the entire network, we run the power method for a few steps to approximate the leading eigenvectors that depict the embedding of the local neighborhood structure around seeds of interes… ▽ More

    Submitted 27 September, 2015; originally announced September 2015.

    Comments: 11 pages, 8 figures

    ACM Class: H.3.3; G.2.2

    Journal ref: ICDM 2015