Arrow Research search

Author name cluster

Satoshi Koide

Possible papers associated with this exact author name in Arrow. This page groups case-insensitive exact name matches and is not a full identity disambiguation profile.

7 papers
2 author rows

Possible papers

7

IROS Conference 2023 Conference Paper

Enhanced Robot Navigation with Human Geometric Instruction

  • Hideki Deguchi
  • Shun Taguchi
  • Kazuki Shibata
  • Satoshi Koide

Recently, robot navigation methods using human instructions have been actively studied, including visual language navigation. Although language is one of the most promising forms of instruction, words often contain ambiguities. To complement this problem, we propose to use geometric instruction as a clue to the task goal. Specifically, in our proposed system, we assume that the robot receives a rough position of the target from human gesture. The robot adaptively estimates the reliability of this geometric instruction, and switches between exploration and instruction-following modes depending on the reliability value. We conducted evaluation of our method using a 3D simulation environment, and show that the task success rate and other metrics improve compared with the baseline methods.

AAAI Conference 2022 Conference Paper

Partial Wasserstein Covering

  • Keisuke Kawano
  • Satoshi Koide
  • Keisuke Otaki

We consider a general task called partial Wasserstein covering with the goal of providing information on what patterns are not being taken into account in a dataset (e. g. , dataset used during development) compared with another dataset(e. g. , dataset obtained from actual applications). We model this task as a discrete optimization problem with partial Wasserstein divergence as an objective function. Although this problem is NP-hard, we prove that it satisfies the submodular property, allowing us to use a greedy algorithm with a 0. 63 approximation. However, the greedy algorithm is still inefficient because it requires solving linear programming for each objective function evaluation. To overcome this inefficiency, we propose quasi-greedy algorithms that consist of a series of acceleration techniques, such as sensitivity analysis based on strong duality and the so-called C-transform in the optimal transport field. Experimentally, we demonstrate that we can efficiently fill in the gaps between the two datasets and find missing scene in real driving scenes datasets.

ICRA Conference 2021 Conference Paper

PLG-IN: Pluggable Geometric Consistency Loss with Wasserstein Distance in Monocular Depth Estimation

  • Noriaki Hirose
  • Satoshi Koide
  • Keisuke Kawano
  • Ruho Kondo

We propose a novel objective for penalizing geometric inconsistencies and improving the depth and pose estimation performance of monocular camera images. Our objective is designed using the Wasserstein distance between two point clouds, estimated from images with different camera poses. The Wasserstein distance can impose a soft and symmetric coupling between two point clouds, which suitably maintains geometric constraints and results in a differentiable objective. By adding our objective to those of other state-of-the-art methods, we can effectively penalize geometric inconsistencies and obtain highly accurate depth and pose estimations. Our proposed method was evaluated using the KITTI dataset.

SoCS Conference 2020 Conference Paper

Cooperative Path Planning for Heterogeneous Agents

  • Keisuke Otaki
  • Satoshi Koide
  • Ayano Okoso
  • Tomoki Nishi

Cooperation among different vehicles is a promising concept for route planning of Mobility as a Service (MaaS). For instance, vehicle platooning on highways decreases fuel consumption because it reduces the air resistance and several trucks cooperate with each other when planning. Traditional platooning, however, cannot model cooperation among different types of vehicles because it assumes the homogeneity of vehicle types. We study a model that permits heterogeneous cooperation and discuss a route optimization problem under assumption that the heterogeneous cooperation benefits the objective function. We experimentally evaluate the formulation through using synthetic and real graphs based on a modern integer programming solver with various parameter settings, which are not tried in previous studies. We also compare the results by the solves with simple heuristic method developed in this paper and discuss the results to reveal the properties of the optimization problem with heterogeneous vehicle types.

AAMAS Conference 2019 Conference Paper

Cooperative Routing with Heterogeneous Vehicles

  • Keisuke Otaki
  • Satoshi Koide
  • Ayano Okoso
  • Tomoki Nishi

Cooperation among different vehicles is a promising application for Mobility as a Service (MaaS). A primary problem is optimizing the vehicle routes. In this paper, we propose a new concept, named delegation, where heterogeneous vehicles cooperate to reduce the total travel cost. Our study models a case in logistics, where a large truck for long-distance delivery carries small self-driving cargoes for the last mile delivery, and the travel cost of the small ones is discounted. We define an optimization problem enabling delegation, propose its integer programming (IP) instance, and discuss our concept through numerical experiments using a modern IP solver.

NeurIPS Conference 2019 Conference Paper

Flow-based Image-to-Image Translation with Feature Disentanglement

  • Ruho Kondo
  • Keisuke Kawano
  • Satoshi Koide
  • Takuro Kutsuna

Learning non-deterministic dynamics and intrinsic factors from images obtained through physical experiments is at the intersection of machine learning and material science. Disentangling the origins of uncertainties involved in microstructure growth, for example, is of great interest because future states vary due to thermal fluctuation and other environmental factors. To this end we propose a flow-based image-to-image model, called Flow U-Net with Squeeze modules (FUNS), that allows us to disentangle the features while retaining the ability to generate highquality diverse images from condition images. Our model successfully captures probabilistic phenomena by incorporating a U-Net-like architecture into the flowbased model. In addition, our model automatically separates the diversity of target images into condition-dependent/independent parts. We demonstrate that the quality and diversity of the images generated for microstructure growth and CelebA datasets outperform existing variational generative models.

NeurIPS Conference 2018 Conference Paper

Neural Edit Operations for Biological Sequences

  • Satoshi Koide
  • Keisuke Kawano
  • Takuro Kutsuna

The evolution of biological sequences, such as proteins or DNAs, is driven by the three basic edit operations: substitution, insertion, and deletion. Motivated by the recent progress of neural network models for biological tasks, we implement two neural network architectures that can treat such edit operations. The first proposal is the edit invariant neural networks, based on differentiable Needleman-Wunsch algorithms. The second is the use of deep CNNs with concatenations. Our analysis shows that CNNs can recognize star-free regular expressions, and that deeper CNNs can recognize more complex regular expressions including the insertion/deletion of characters. The experimental results for the protein secondary structure prediction task suggest the importance of insertion/deletion. The test accuracy on the widely-used CB513 dataset is 71. 5%, which is 1. 2-points better than the current best result on non-ensemble models.

v2026.09.13