研究者業績

計良 宥志

ケラ ヒロシ  (Hiroshi Kera)

基本情報

所属
千葉大学 大学院情報学研究院 助教
学位
博士(2020年3月 東京大学)

研究者番号
00887705
ORCID ID
 https://orcid.org/0000-0002-9830-0436
J-GLOBAL ID
202001000989405698
researchmap会員ID
R000013274

主要な論文

 30
  • Hiroshi Kera, Yuki Ishihara, Yuta Kambe, Tristan Vaccon, Kazuhiro Yokoyama
    Neural Information Processing Systems abs/2311.12904 2024年12月  査読有り筆頭著者責任著者
  • Hiroshi Kera, Yoshihiko Hasegawa
    Journal of Computational Algebra 100022-100022 2024年8月  査読有り筆頭著者責任著者
  • Soichiro Kumano, Hiroshi Kera, Toshihiko Yamasaki
    International Conference on Learning Representations 2024年5月  査読有り
    It is not fully understood why adversarial examples can deceive neural networks and transfer between different networks. To elucidate this, several studies have hypothesized that adversarial perturbations, while appearing as noises, contain class features. This is supported by empirical evidence showing that networks trained on mislabeled adversarial examples can still generalize well to correctly labeled test samples. However, a theoretical understanding of how perturbations include class features and contribute to generalization is limited. In this study, we provide a theoretical framework for understanding learning from perturbations using a one-hidden-layer network trained on mutually orthogonal samples. Our results highlight that various adversarial perturbations, even perturbations of a few pixels, contain sufficient class features for generalization. Moreover, we reveal that the decision boundary when learning from perturbations matches that from standard samples except for specific regions under mild conditions. The code is available at https://github.com/s-kumano/learning-from-adversarial-perturbations.
  • Kosuke Sumiyasu, Kazuhiko Kawamoto, Hiroshi Kera
    IEEE/CFV Conference on Computer Vision and Pattern Recognition (CVPR) 6017-6026 2024年1月8日  査読有り最終著者責任著者
    To better understand the behavior of image classifiers, it is useful to visualize the contribution of individual pixels to the model prediction. In this study, we propose a method, MoXI ($\textbf{Mo}$del e$\textbf{X}$planation by $\textbf{I}$nteractions), that efficiently and accurately identifies a group of pixels with high prediction confidence. The proposed method employs game-theoretic concepts, Shapley values and interactions, taking into account the effects of individual pixels and the cooperative influence of pixels on model confidence. Theoretical analysis and experiments demonstrate that our method better identifies the pixels that are highly contributing to the model outputs than widely-used visualization by Grad-CAM, Attention rollout, and Shapley value. While prior studies have suffered from the exponential computational cost in the computation of Shapley value and interactions, we show that this can be reduced to quadratic cost for our task. The code is available at https://github.com/KosukeSumiyasu/MoXI.
  • Soichiro Kumano, Hiroshi Kera, Toshihiko Yamasaki
    Neural Information Processing Systems 2023年12月  査読有り
    Spotlight
  • Elias Samuel Wirth, Hiroshi Kera, Sebastian Pokutta
    International Conference on Learning Representations 2023年5月  査読有り
    The vanishing ideal of a set of points $X = \{\mathbf{x}_1, \ldots, \mathbf{x}_m\}\subseteq \mathbb{R}^n$ is the set of polynomials that evaluate to $0$ over all points $\mathbf{x} \in X$ and admits an efficient representation by a finite subset of generators. In practice, to accommodate noise in the data, algorithms that construct generators of the approximate vanishing ideal are widely studied but their computational complexities remain expensive. In this paper, we scale up the oracle approximate vanishing ideal algorithm (OAVI), the only generator-constructing algorithm with known learning guarantees. We prove that the computational complexity of OAVI is not superlinear, as previously claimed, but linear in the number of samples $m$. In addition, we propose two modifications that accelerate OAVI's training time: Our analysis reveals that replacing the pairwise conditional gradients algorithm, one of the solvers used in OAVI, with the faster blended pairwise conditional gradients algorithm leads to an exponential speed-up in the number of features $n$. Finally, using a new inverse Hessian boosting approach, intermediate convex optimization problems can be solved almost instantly, improving OAVI's training time by multiple orders of magnitude in a variety of numerical experiments.
  • Hiroshi Kera
    ISSAC '22: International Symposium on Symbolic and Algebraic Computation(ISSAC) 225-234 2022年7月  筆頭著者最終著者責任著者
  • Hiroshi Kera, Yoshihiko Hasegawa
    The Thirty-Fourth AAAI Conference on Artificial Intelligence(AAAI) 4428-4435 2020年2月  査読有り筆頭著者
  • Hiroshi Kera, Yoshihiko Hasegawa
    IEEE Access 7 178961-178976 2019年1月25日  査読有り筆頭著者
    Approximate vanishing ideal is a concept from computer algebra that studies the algebraic varieties behind perturbed data points. To capture the nonlinear structure of perturbed points, the introduction of approximation to exact vanishing ideals plays a critical role. However, such an approximation also gives rise to a theoretical problem---the spurious vanishing problem---in the basis construction of approximate vanishing ideals; namely, obtained basis polynomials can be approximately vanishing simply because of the small coefficients. In this paper, we propose a first general method that enables various basis construction algorithms to overcome the spurious vanishing problem. In particular, we integrate coefficient normalization with polynomial-based basis constructions, which do not need the proper ordering of monomials to process for basis constructions. We further propose a method that takes advantage of the iterative nature of basis construction so that computationally costly operations for coefficient normalization can be circumvented. Moreover, a coefficient truncation method is proposed for further accelerations. From the experiments, it can be shown that the proposed method overcomes the spurious vanishing problem, resulting in shorter feature vectors while sustaining comparable or even lower classification error.

MISC

 5
  • Yusuke Marumo, Kazuhiko Kawamoto, Hiroshi Kera
    CoRR abs/2403.08227 2024年  最終著者責任著者
    Not identical but similar objects are everywhere in the world. Examples include four-legged animals such as dogs and cats, cars of different models, akin flowers in various colors, and countless others. In this study, we address a novel task of matching such non-identical objects. We propose a simple weighting scheme of descriptors that enhances various sparse image matching methods, which were originally designed for matching identical objects captured from different perspectives, and achieve semantically robust matching. The experiments show successful matching between non-identical objects in various cases including domain shift. Further, we present a first evaluation of the robustness of the image matching methods under common corruptions, which is a sort of domain shift, and the proposed method improves the matching in this case as well.
  • Ryosuke Masuya, Yuichi Ike, Hiroshi Kera
    2022年10月27日  最終著者責任著者
    Vanishing component analysis (VCA) computes approximate generators of vanishing ideals of samples, which are further used for extracting nonlinear features of the samples. Recent studies have shown that normalization of approximate generators plays an important role and different normalization leads to generators of different properties. In this paper, inspired by recent self-supervised frameworks, we propose a contrastive normalization method for VCA, where we impose the generators to vanish on the target samples and to be normalized on the transformed samples. We theoretically show that a contrastive normalization enhances the discriminative power of VCA, and provide the algebraic interpretation of VCA under our normalization. Numerical experiments demonstrate the effectiveness of our method. This is the first study to tailor the normalization of approximate generators of vanishing ideals to obtain discriminative features.
  • Kosuke Sumiyasu, Kazuhiko Kawamoto, Hiroshi Kera
    2022年10月7日  最終著者責任著者
    This paper analyzes various types of image misclassification from a game-theoretic view. Particularly, we consider the misclassification of clean, adversarial, and corrupted images and characterize it through the distribution of multi-order interactions. We discover that the distribution of multi-order interactions varies across the types of misclassification. For example, misclassified adversarial images have a higher strength of high-order interactions than correctly classified clean images, which indicates that adversarial perturbations create spurious features that arise from complex cooperation between pixels. By contrast, misclassified corrupted images have a lower strength of low-order interactions than correctly classified clean images, which indicates that corruptions break the local cooperation between pixels. We also provide the first analysis of Vision Transformers using interactions. We found that Vision Transformers show a different tendency in the distribution of interactions from that in CNNs, and this implies that they exploit the features that CNNs do not use for the prediction. Our study demonstrates that the recent game-theoretic analysis of deep learning models can be broadened to analyze various malfunctions of deep learning models including Vision Transformers by using the distribution, order, and sign of interactions.
  • Chun Yang Tan, Kazuhiko Kawamoto, Hiroshi Kera
    2022年3月14日  最終著者責任著者
    The vulnerability of convolutional neural networks (CNNs) to image perturbations such as common corruptions and adversarial perturbations has recently been investigated from the perspective of frequency. In this study, we investigate the effect of the amplitude and phase spectra of adversarial images on the robustness of CNN classifiers. Extensive experiments revealed that the images generated by combining the amplitude spectrum of adversarial images and the phase spectrum of clean images accommodates moderate and general perturbations, and training with these images equips a CNN classifier with more general robustness, performing well under both common corruptions and adversarial perturbations. We also found that two types of overfitting (catastrophic overfitting and robust overfitting) can be circumvented by the aforementioned spectrum recombination. We believe that these results contribute to the understanding and the training of truly robust classifiers.
  • Wataru Okamoto, Hiroshi Kera, Kazuhiko Kawamoto
    2021年11月19日  
    This study is aimed at addressing the problem of fault tolerance of quadruped robots to actuator failure, which is critical for robots operating in remote or extreme environments. In particular, an adaptive curriculum reinforcement learning algorithm with dynamics randomization (ACDR) is established. The ACDR algorithm can adaptively train a quadruped robot in random actuator failure conditions and formulate a single robust policy for fault-tolerant robot control. It is noted that the hard2easy curriculum is more effective than the easy2hard curriculum for quadruped robot locomotion. The ACDR algorithm can be used to build a robot system that does not require additional modules for detecting actuator failures and switching policies. Experimental results show that the ACDR algorithm outperforms conventional algorithms in terms of the average reward and walking distance.

主要な講演・口頭発表等

 10

主要な共同研究・競争的資金等の研究課題

 8
  • 科学技術振興機構 ムーンショット型研究開発事業・目標8 (コア研究) 2023年12月 - 2027年3月
    小槻峻司(代表), 大塚敏之, 小蔵正輝, 松岡大祐, 計良宥志, 徳田慶太, 薄 良彦, 井元佑介, 岡﨑淳史, 金丸佳矢, 安永数明, 濱田 篤, 平賀優介, 増永浩彦, 重本達哉, 近藤卓也, 福重さと子, 嘉村雄司, 堀 智晴, 山田真史, 山田進二, 風間 聡, 立花幸司, 舩冨卓也, 久保尋之
  • 科学技術振興機構 戦略的な研究開発の推進 戦略的創造研究推進事業 ACT-X 2023年 - 2025年
    計良 宥志
  • 科学技術振興機構 戦略的な研究開発の推進 戦略的創造研究推進事業 ACT-X 2020年10月 - 2022年
    計良 宥志