Searcharxiv⌕ Search

arXiv subjects

Fan Ding

Publications and source records attributed to Fan Ding.

At least 37 records · Page 2Linked to original sources

X-MEN: Guaranteed XOR-Maximum Entropy Constrained Inverse Reinforcement Learning

Inverse Reinforcement Learning (IRL) is a powerful way of learning from demonstrations. In this paper, we address IRL problems with the availability of prior knowledge that optimal policies will never violate certain constraints. Conventional approaches ignoring these constraints need many demonstrations to converge. We propose XOR-Maximum Entropy Constrained Inverse Reinforcement Learning (X-MEN), which is guaranteed to converge to the optimal policy in linear rate w.r.t. the number of learning iterations. X-MEN embeds XOR-sampling -- a provable sampling approach that transforms the #P complete sampling problem into queries to NP oracles -- into the framework of maximum entropy IRL. X-MEN also guarantees the learned policy will never generate trajectories that violate constraints. Empirical results in navigation demonstrate that X-MEN converges faster to the optimal policies compared to baseline approaches and always generates trajectories that satisfy multi-state combinatorial constraints.

cs.LG↗

Contact (+1)-surgeries on rational homology 3-spheres

In this paper, sufficient conditions for contact $(+1)$-surgeries along Legendrian knots in contact rational homology 3-spheres to have vanishing contact invariants or to be overtwisted are given. They can be applied to study contact $(\pm1)$-surgeries along Legendrian links in the standard contact 3-sphere. We also obtain a sufficient condition for contact $(+1)$-surgeries along Legendrian two-component links in the standard contact 3-sphere to be overtwisted via their front projections.

math.GT↗

A Light-Weighted Convolutional Neural Network for Bitemporal SAR Image Change Detection

Recently, many Convolution Neural Networks (CNN) have been successfully employed in bitemporal SAR image change detection. However, most of the existing networks are too heavy and occupy a large volume of memory for storage and calculation. Motivated by this, in this paper, we propose a lightweight neural network to reduce the computational and spatial complexity and facilitate the change detection on an edge device. In the proposed network, we replace normal convolutional layers with bottleneck layers that keep the same number of channels between input and output. Next, we employ dilated convolutional kernels with a few non-zero entries that reduce the running time in convolutional operators. Comparing with the conventional convolutional neural network, our light-weighted neural network will be more efficient with fewer parameters. We verify our light-weighted neural network on four sets of bitemporal SAR images. The experimental results show that the proposed network can obtain better performance than the conventional CNN and has better model generalization, especially on the challenging datasets with complex scenes.

eess.IV↗

A Convolutional Neural Network with Parallel Multi-Scale Spatial Pooling to Detect Temporal Changes in SAR Images

In synthetic aperture radar (SAR) image change detection, it is quite challenging to exploit the changing information from the noisy difference image subject to the speckle. In this paper, we propose a multi-scale spatial pooling (MSSP) network to exploit the changed information from the noisy difference image. Being different from the traditional convolutional network with only mono-scale pooling kernels, in the proposed method, multi-scale pooling kernels are equipped in a convolutional network to exploit the spatial context information on changed regions from the difference image. Furthermore, to verify the generalization of the proposed method, we apply our proposed method to the cross-dataset bitemporal SAR image change detection, where the MSSP network (MSSP-Net) is trained on a dataset and then applied to an unknown testing dataset. We compare the proposed method with other state-of-arts and the comparisons are performed on four challenging datasets of bitemporal SAR images. Experimental results demonstrate that our proposed method obtains comparable results with S-PCA-Net on YR-A and YR-B dataset and outperforms other state-of-art methods, especially on the Sendai-A and Sendai-B datasets with more complex scenes. More important, MSSP-Net is more efficient than S-PCA-Net and convolutional neural networks (CNN) with less executing time in both training and testing phases.

cs.CV↗

Towards Efficient Discrete Integration via Adaptive Quantile Queries

Discrete integration in a high dimensional space of n variables poses fundamental challenges. The WISH algorithm reduces the intractable discrete integration problem into n optimization queries subject to randomized constraints, obtaining a constant approximation guarantee. The optimization queries are expensive, which limits the applicability of WISH. We propose AdaWISH, which is able to obtain the same guarantee but accesses only a small subset of queries of WISH. For example, when the number of function values is bounded by a constant, AdaWISH issues only O(log n) queries. The key idea is to query adaptively, taking advantage of the shape of the weight function being integrated. In general, we prove that AdaWISH has a regret of only O(log n) relative to an idealistic oracle that issues queries at data-dependent optimal points. Experimentally, AdaWISH gives precise estimates for discrete integration problems, of the same quality as that of WISH and better than several competing approaches, on a variety of probabilistic inference benchmarks. At the same time, it saves substantially on the number of optimization queries compared to WISH. On a suite of UAI inference challenge benchmarks, it saves 81.5% of WISH queries while retaining the quality of results.

cs.LG↗

Stein Variational Inference for Discrete Distributions

Gradient-based approximate inference methods, such as Stein variational gradient descent (SVGD), provide simple and general-purpose inference engines for differentiable continuous distributions. However, existing forms of SVGD cannot be directly applied to discrete distributions. In this work, we fill this gap by proposing a simple yet general framework that transforms discrete distributions to equivalent piecewise continuous distributions, on which the gradient-free SVGD is applied to perform efficient approximate inference. The empirical results show that our method outperforms traditional algorithms such as Gibbs sampling and discontinuous Hamiltonian Monte Carlo on various challenging benchmarks of discrete graphical models. We demonstrate that our method provides a promising tool for learning ensembles of binarized neural network (BNN), outperforming other widely used ensemble methods on learning binarized AlexNet on CIFAR-10 dataset. In addition, such transform can be straightforwardly employed in gradient-free kernelized Stein discrepancy to perform goodness-of-fit (GOF) test on discrete distributions. Our proposed method outperforms existing GOF test methods for intractable discrete distributions.

cs.LG↗

How to Eliminate Detour Behaviors in E-hailing? Real-time Detecting and Time-dependent Pricing

With the rapid development of information and communication technology (ICT), taxi business becomes a typical electronic commerce mode. However, one traditional problem still exists in taxi service, that greedy taxi drivers may deliberately take unnecessary detours to overcharge passengers. The detection of these fraudulent behaviors is essential to ensure high-quality taxi service. In this paper, we propose a novel framework for detecting and analyzing the detour behaviors both in off-line database and among on-line trips. Applying our framework to real-world taxi data-set, a remarkable performance (AUC surpasses 0.98) has been achieved in off-line classification. Meanwhile, we further extend the off-line methods to on-line detection, a warning mechanism is introduced to remind drivers and an excellent precision (AUC surpasses 0.90) also has arrived in this phases. After conducting extensive experiments to verify the relationships between pricing regulations and detour behaviors, some quantitative pricing suggestions, including rising base fare and reducing distance-based fare rate, are provided to eliminate detour behaviors from the long term.

cs.CY↗

Platoon trajectories generation: A unidirectional interconnected LSTM-based car following model

Car following models have been widely applied and made remarkable achievements in traffic engineering. However, the traffic micro-simulation accuracy of car following models in a platoon level, especially during traffic oscillations, still needs to be enhanced. Rather than using traditional individual car following models, we proposed a new trajectory generation approach to generate platoon level trajectories given the first leading vehicle's trajectory. In this paper, we discussed the temporal and spatial error propagation issue for the traditional approach by a car following block diagram representation. Based on the analysis, we pointed out that error comes from the training method and the model structure. In order to fix that, we adopt two improvements on the basis of the traditional LSTM based car following model. We utilized a scheduled sampling technique during the training process to solve the error propagation in the temporal dimension. Furthermore, we developed a unidirectional interconnected LSTM model structure to extract trajectories features from the perspective of the platoon. As indicated by the systematic empirical experiments, the proposed novel structure could efficiently reduce the temporal and spatial error propagation. Compared with the traditional LSTM based car following model, the proposed model has almost 40% less error. The findings will benefit the design and analysis of micro-simulation for platoon level car following models.

cs.LG↗

Contact (+1)-surgeries along Legendrian Two-component Links

In this paper, we study contact surgeries along Legendrian links in the standard contact 3-sphere. On one hand, we use algebraic methods to prove the vanishing of the contact Ozsváth-Szabó invariant for contact $(+1)$-surgery along certain Legendrian two-component links. The main tool is a link surgery formula for Heegaard Floer homology developed by Manolescu and Ozsváth. On the other hand, we use contact-geometric argument to show the overtwistedness of the contact 3-manifolds obtained by contact $(+1)$-surgeries along Legendrian two-component links whose two components are linked in some special configurations.

math.GT↗

Strong symplectic fillability of contact torus bundles

In this paper, we study strong symplectic fillability and Stein fillability of some tight contact structures on negative parabolic and negative hyperbolic torus bundles over the circle. For the universally tight contact structure with twisting $π$ in $S^1$-direction on a negative parabolic torus bundle, we completely determine its strong symplectic fillability and Stein fillability. For the universally tight contact structure with twisting $π$ in $S^1$-direction on a negative hyperbolic torus bundle, we give a necessary condition for it being strongly symplectically fillable. For the virtually overtwisted tight contact structure on the negative parabolic torus bundle with monodromy $-T^n$ ($n<0$), we prove that it is Stein fillable. By the way, we give a partial answer to a conjecture of Golla and Lisca.

math.GT↗

On subcritically Stein fillable 5-manifolds

We make some elementary observations concerning subcritically Stein fillable contact structures on 5-manifolds. Specifically, we determine the diffeomorphism type of such contact manifolds in the case the fundamental group is finite cyclic, and we show that on the 5-sphere the standard contact structure is the unique subcritically fillable one. More generally, it is shown that subcritically fillable contact structures on simply connected 5-manifolds are determined by their underlying almost contact structure. Along the way, we discuss the homotopy classification of almost contact structures.

math.GT↗

Non-fillable invariant contact structures on principal circle bundles and left-handed twists

We define symplectic fractional twists, which generalize Dehn twists, and use these in open books to investigate contact structures. The resulting contact structures are invariant under a circle action, and share several similarities with the invariant contact structures that were studied by Lutz and Giroux. We show that left-handed fractional twists often give rise to non-fillable contact manifolds. These manifolds are in fact "algebraically overtwisted", yet they do not seem to contain bLobs, nor are they directly related to negative stabilizations. We also show that the Weinstein conjecture holds for the non-fillable contact manifolds we construct, and we investigate the symplectic isotopy problem for fractional twists.

math.SG↗

Open books for Boothby-Wang bundles, fibered Dehn twists and the mean Euler characteristic

We examine open books with powers of fibered Dehn twists as monodromy. The resulting contact manifolds can be thought of as Boothby-Wang orbibundles over symplectic orbifolds. Using the mean Euler characteristic of equivariant symplectic homology we can distinguish these contact manifolds and hence show that some fibered Dehn twists are not symplectically isotopic to the identity relative to the boundary. This complements results of Biran and Giroux.

math.SG↗

Contact structures on principal circle bundles

We describe a necessary and sufficient condition for a principal circle bundle over an even-dimensional manifold to carry an invariant contact structure. As a corollary it is shown that all circle bundles over a given base manifold carry an invariant contact structure, only provided the trivial bundle does. In particular, all circle bundles over 4-manifolds admit invariant contact structures. We also discuss the Bourgeois construction of contact structures on odd-dimensional tori in this context, and we relate our results to recent work of Massot, Niederkrueger and Wendl on weak symplectic fillings in higher dimensions.

math.SG↗

Tight contact structures on some bounded Seifert manifolds with minimal convex boundary

We classify positive tight contact structures, up to isotopy fixing the boundary, on the manifolds $N=M(D^{2}; r_1, r_2)$ with minimal convex boundary of slope $s$ and Giroux torsion 0 along $\partial N$, where $r_1,r_2\in (0,1)\cap\mathbb{Q}$, in the following cases: (1) $s\in(-\infty, 0)\cup[2, +\infty)$; (2) $s\in[0, 1)$ and $r_1,r_2\in [1/2,1)$; (3) $s\in[1, 2)$ and $r_1,r_2\in(0,1/2)$; (4) $s=\infty$ and $r_1=r_2=1/2$. We also classify positive tight contact structures, up to isotopy fixing the boundary, on $M(D^2;1/2,1/2)$ with minimal convex boundary of arbitrary slope and Giroux torsion greater than 0 along the boundary.

math.GT↗

Diagrams for contact 5-manifolds

According to Giroux, contact manifolds can be described as open books whose pages are Stein manifolds. For 5-dimensional contact manifolds the pages are Stein surfaces, which permit a description via Kirby diagrams. We introduce handle moves on such diagrams that do not change the corresponding contact manifold. As an application, we derive classification results for subcritically Stein fillable contact 5-manifolds and characterise the standard contact structure on the 5-sphere in terms of such fillings. This characterisation is discussed in the context of the Andrews-Curtis conjecture concerning presentations of the trivial group. We further illustrate the use of such diagrams by a covering theorem for simply connected spin 5-manifolds and a new existence proof for contact structures on simply connected 5-manifolds.

math.SG↗