Skip to main content

Showing 1–39 of 39 results for author: Yeo, K

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

    cs.CV cs.GR

    Neural Pose Representation Learning for Generating and Transferring Non-Rigid Object Poses

    Authors: Seungwoo Yoo, Juil Koo, Kyeongmin Yeo, Minhyuk Sung

    Abstract: We propose a novel method for learning representations of poses for 3D deformable objects, which specializes in 1) disentangling pose information from the object's identity, 2) facilitating the learning of pose variations, and 3) transferring pose information to other object identities. Based on these properties, our method enables the generation of 3D deformable objects with diversity in both ide… ▽ More

    Submitted 14 June, 2024; originally announced June 2024.

  2. arXiv:2404.13808  [pdf, other

    cs.IR cs.LG cs.MM

    General Item Representation Learning for Cold-start Content Recommendations

    Authors: Jooeun Kim, **ri Kim, Kwangeun Yeo, Eungi Kim, Kyoung-Woon On, Jonghwan Mun, Joonseok Lee

    Abstract: Cold-start item recommendation is a long-standing challenge in recommendation systems. A common remedy is to use a content-based approach, but rich information from raw contents in various forms has not been fully utilized. In this paper, we propose a domain/data-agnostic item representation learning framework for cold-start recommendations, naturally equipped with multimodal alignment among vario… ▽ More

    Submitted 21 April, 2024; originally announced April 2024.

    Comments: 14 pages

  3. arXiv:2403.14370  [pdf, other

    cs.CV

    SyncTweedies: A General Generative Framework Based on Synchronized Diffusions

    Authors: Jaihoon Kim, Juil Koo, Kyeongmin Yeo, Minhyuk Sung

    Abstract: We introduce a general framework for generating diverse visual content, including ambiguous images, panorama images, mesh textures, and Gaussian splat textures, by synchronizing multiple diffusion processes. We present exhaustive investigation into all possible scenarios for synchronizing multiple diffusion processes through a canonical space and analyze their characteristics across applications.… ▽ More

    Submitted 20 June, 2024; v1 submitted 21 March, 2024; originally announced March 2024.

    Comments: Project page: https://synctweedies.github.io/

  4. arXiv:2312.13212  [pdf, other

    physics.ao-ph cs.AI cs.LG

    A 3D super-resolution of wind fields via physics-informed pixel-wise self-attention generative adversarial network

    Authors: Takuya Kurihana, Kyongmin Yeo, Daniela Szwarcman, Bruce Elmegreen, Karthik Mukkavilli, Johannes Schmude, Levente Klein

    Abstract: To mitigate global warming, greenhouse gas sources need to be resolved at a high spatial resolution and monitored in time to ensure the reduction and ultimately elimination of the pollution source. However, the complexity of computation in resolving high-resolution wind fields left the simulations impractical to test different time lengths and model configurations. This study presents a preliminar… ▽ More

    Submitted 20 December, 2023; originally announced December 2023.

    Comments: 7 pages, 4 figures, NeurIPS 2023 Workshop: Tackling Climate Change with Machine Learning

  5. arXiv:2311.12290  [pdf, other

    cs.LG

    A Supervised Contrastive Learning Pretrain-Finetune Approach for Time Series

    Authors: Trang H. Tran, Lam M. Nguyen, Kyongmin Yeo, Nam Nguyen, Roman Vaculin

    Abstract: Foundation models have recently gained attention within the field of machine learning thanks to its efficiency in broad data processing. While researchers had attempted to extend this success to time series models, the main challenge is effectively extracting representations and transferring knowledge from pretraining datasets to the target finetuning dataset. To tackle this issue, we introduce a… ▽ More

    Submitted 20 November, 2023; originally announced November 2023.

  6. arXiv:2309.15486  [pdf, other

    cs.CV

    Transferability of Representations Learned using Supervised Contrastive Learning Trained on a Multi-Domain Dataset

    Authors: Alvin De Jun Tan, Clement Tan, Chai Kiat Yeo

    Abstract: Contrastive learning has shown to learn better quality representations than models trained using cross-entropy loss. They also transfer better to downstream datasets from different domains. However, little work has been done to explore the transferability of representations learned using contrastive learning when trained on a multi-domain dataset. In this paper, a study has been conducted using th… ▽ More

    Submitted 27 September, 2023; originally announced September 2023.

  7. arXiv:2309.04410  [pdf, other

    cs.CV cs.GR

    DeformToon3D: Deformable 3D Toonification from Neural Radiance Fields

    Authors: Junzhe Zhang, Yushi Lan, Shuai Yang, Fangzhou Hong, Quan Wang, Chai Kiat Yeo, Ziwei Liu, Chen Change Loy

    Abstract: In this paper, we address the challenging problem of 3D toonification, which involves transferring the style of an artistic domain onto a target 3D face with stylized geometry and texture. Although fine-tuning a pre-trained 3D GAN on the artistic domain can produce reasonable performance, this strategy has limitations in the 3D domain. In particular, fine-tuning can deteriorate the original GAN la… ▽ More

    Submitted 8 September, 2023; originally announced September 2023.

    Comments: ICCV 2023. Code: https://github.com/junzhezhang/DeformToon3D Project page: https://www.mmlab-ntu.com/project/deformtoon3d/

  8. arXiv:2308.16042  [pdf, ps, other

    cs.DS

    Optimal Non-Adaptive Cell Probe Dictionaries and Hashing

    Authors: Kasper Green Larsen, Rasmus Pagh, Giuseppe Persiano, Toniann Pitassi, Kevin Yeo, Or Zamir

    Abstract: We present a simple and provably optimal non-adaptive cell probe data structure for the static dictionary problem. Our data structure supports storing a set of n key-value pairs from [u]x[u] using s words of space and answering key lookup queries in t = O(lg(u/n)/ lg(s/n)) nonadaptive probes. This generalizes a solution to the membership problem (i.e., where no values are associated with keys) due… ▽ More

    Submitted 19 April, 2024; v1 submitted 30 August, 2023; originally announced August 2023.

    Comments: Appears at ICALP 2024. This paper is a merge and revision of two previous reports [PY20] and [LPPZ23]

  9. arXiv:2306.11220  [pdf, ps, other

    cs.CR cs.DS

    Cuckoo Hashing in Cryptography: Optimal Parameters, Robustness and Applications

    Authors: Kevin Yeo

    Abstract: Cuckoo hashing is a powerful primitive that enables storing items using small space with efficient querying. At a high level, cuckoo hashing maps $n$ items into $b$ entries storing at most $\ell$ items such that each item is placed into one of $k$ randomly chosen entries. Additionally, there is an overflow stash that can store at most $s$ items. Many cryptographic primitives rely upon cuckoo hashi… ▽ More

    Submitted 19 June, 2023; originally announced June 2023.

    Comments: Full version of CRYPTO 2023 paper, 45 pages

  10. arXiv:2306.00778  [pdf, other

    cs.LG stat.ML

    An End-to-End Time Series Model for Simultaneous Imputation and Forecast

    Authors: Trang H. Tran, Lam M. Nguyen, Kyongmin Yeo, Nam Nguyen, Dzung Phan, Roman Vaculin, Jayant Kalagnanam

    Abstract: Time series forecasting using historical data has been an interesting and challenging topic, especially when the data is corrupted by missing values. In many industrial problem, it is important to learn the inference function between the auxiliary observations and target variables as it provides additional knowledge when the data is not fully observed. We develop an end-to-end time series model th… ▽ More

    Submitted 1 June, 2023; originally announced June 2023.

  11. arXiv:2303.07657  [pdf, other

    cs.HC

    Code Will Tell: Visual Identification of Ponzi Schemes on Ethereum

    Authors: Xiaolin Wen, Kim Siang Yeo, Yong Wang, Ling Cheng, Feida Zhu, Min Zhu

    Abstract: Ethereum has become a popular blockchain with smart contracts for investors nowadays. Due to the decentralization and anonymity of Ethereum, Ponzi schemes have been easily deployed and caused significant losses to investors. However, there are still no explainable and effective methods to help investors easily identify Ponzi schemes and validate whether a smart contract is actually a Ponzi scheme.… ▽ More

    Submitted 14 March, 2023; originally announced March 2023.

  12. arXiv:2211.00864  [pdf, other

    cs.LG eess.SP

    Multi-task Learning for Source Attribution and Field Reconstruction for Methane Monitoring

    Authors: Arka Daw, Kyongmin Yeo, Anuj Karpatne, Levente Klein

    Abstract: Inferring the source information of greenhouse gases, such as methane, from spatially sparse sensor observations is an essential element in mitigating climate change. While it is well understood that the complex behavior of the atmospheric dispersion of such pollutants is governed by the Advection-Diffusion equation, it is difficult to directly apply the governing equations to identify the source… ▽ More

    Submitted 2 November, 2022; originally announced November 2022.

    Comments: 7 pages, 8 figures, 1 table

  13. arXiv:2210.13984  [pdf, other

    cs.CV

    Abductive Action Inference

    Authors: Clement Tan, Chai Kiat Yeo, Cheston Tan, Basura Fernando

    Abstract: Abductive reasoning aims to make the most likely inference for a given set of incomplete observations. In this paper, we introduce a novel research task known as "abductive action inference" which addresses the question of which actions were executed by a human to reach a specific state shown in a single snapshot. The research explores three key abductive inference problems: action set prediction,… ▽ More

    Submitted 7 August, 2023; v1 submitted 24 October, 2022; originally announced October 2022.

    Comments: 16 pages, 9 figures

  14. arXiv:2207.10061  [pdf, other

    cs.CV

    Monocular 3D Object Reconstruction with GAN Inversion

    Authors: Junzhe Zhang, Daxuan Ren, Zhongang Cai, Chai Kiat Yeo, Bo Dai, Chen Change Loy

    Abstract: Recovering a textured 3D mesh from a monocular image is highly challenging, particularly for in-the-wild objects that lack 3D ground truths. In this work, we present MeshInversion, a novel framework to improve the reconstruction by exploiting the generative prior of a 3D GAN pre-trained for 3D textured mesh synthesis. Reconstruction is achieved by searching for a latent space in the 3D GAN that be… ▽ More

    Submitted 20 July, 2022; originally announced July 2022.

    Comments: ECCV 2022. Project page: https://www.mmlab-ntu.com/project/meshinversion/

  15. arXiv:2204.07413  [pdf, other

    math.NA cs.LG math.DS

    Super Resolution for Turbulent Flows in 2D: Stabilized Physics Informed Neural Networks

    Authors: Mykhaylo Zayats, Małgorzata J. Zimoń, Kyongmin Yeo, Sergiy Zhuk

    Abstract: We propose a new design of a neural network for solving a zero shot super resolution problem for turbulent flows. We embed Luenberger-type observer into the network's architecture to inform the network of the physics of the process, and to provide error correction and stabilization mechanisms. In addition, to compensate for decrease of observer's performance due to the presence of unknown destabil… ▽ More

    Submitted 15 April, 2022; originally announced April 2022.

    MSC Class: 65P20 (Primary) 68T07; 37M05 (Secondary)

  16. arXiv:2203.01661  [pdf, other

    cs.CR

    SoK: SCT Auditing in Certificate Transparency

    Authors: Sarah Meiklejohn, Joe DeBlasio, Devon O'Brien, Chris Thompson, Kevin Yeo, Emily Stark

    Abstract: The Web public key infrastructure is essential to providing secure communication on the Internet today, and certificate authorities play a crucial role in this ecosystem by issuing certificates. These authorities may misissue certificates or suffer misuse attacks, however, which has given rise to the Certificate Transparency (CT) project. The goal of CT is to store all issued certificates in publi… ▽ More

    Submitted 3 March, 2022; originally announced March 2022.

    Comments: PETS 2022, issue 3

  17. arXiv:2201.07224  [pdf, other

    cs.CR cs.AI cs.LG cs.MA

    NSGZero: Efficiently Learning Non-Exploitable Policy in Large-Scale Network Security Games with Neural Monte Carlo Tree Search

    Authors: Wanqi Xue, Bo An, Chai Kiat Yeo

    Abstract: How resources are deployed to secure critical targets in networks can be modelled by Network Security Games (NSGs). While recent advances in deep learning (DL) provide a powerful approach to dealing with large-scale NSGs, DL methods such as NSG-NFSP suffer from the problem of data inefficiency. Furthermore, due to centralized control, they cannot scale to scenarios with a large number of resources… ▽ More

    Submitted 17 January, 2022; originally announced January 2022.

    Comments: Published as a conference paper in AAAI 2022

  18. arXiv:2111.04639  [pdf, other

    cs.LG cs.CV physics.comp-ph

    S3RP: Self-Supervised Super-Resolution and Prediction for Advection-Diffusion Process

    Authors: Chulin Wang, Kyongmin Yeo, Xiao **, Andres Codas, Levente J. Klein, Bruce Elmegreen

    Abstract: We present a super-resolution model for an advection-diffusion process with limited information. While most of the super-resolution models assume high-resolution (HR) ground-truth data in the training, in many cases such HR dataset is not readily accessible. Here, we show that a Recurrent Convolutional Network trained with physics-based regularizations is able to reconstruct the HR information wit… ▽ More

    Submitted 8 November, 2021; originally announced November 2021.

    Comments: 9 pages, 8 figures

    Journal ref: Neural Information Processing Systems (NeurIPS 2021) Workshop

  19. arXiv:2111.03126  [pdf, other

    cs.LG cs.AI math.DS physics.data-an stat.ML

    Generative Adversarial Network for Probabilistic Forecast of Random Dynamical System

    Authors: Kyongmin Yeo, Zan Li, Wesley M. Gifford

    Abstract: We present a deep learning model for data-driven simulations of random dynamical systems without a distributional assumption. The deep learning model consists of a recurrent neural network, which aims to learn the time marching structure, and a generative adversarial network (GAN) to learn and sample from the probability distribution of the random dynamical system. Although GANs provide a powerful… ▽ More

    Submitted 11 April, 2022; v1 submitted 4 November, 2021; originally announced November 2021.

  20. arXiv:2108.03803  [pdf, other

    cs.LG cs.MA

    Mis-spoke or mis-lead: Achieving Robustness in Multi-Agent Communicative Reinforcement Learning

    Authors: Wanqi Xue, Wei Qiu, Bo An, Zinovi Rabinovich, Svetlana Obraztsova, Chai Kiat Yeo

    Abstract: Recent studies in multi-agent communicative reinforcement learning (MACRL) have demonstrated that multi-agent coordination can be greatly improved by allowing communication between agents. Meanwhile, adversarial machine learning (ML) has shown that ML models are vulnerable to attacks. Despite the increasing concern about the robustness of ML algorithms, how to achieve robust communication in multi… ▽ More

    Submitted 26 January, 2022; v1 submitted 9 August, 2021; originally announced August 2021.

    Comments: Published as a conference paper in AAMAS 2022

  21. arXiv:2106.00897  [pdf, other

    cs.AI cs.GT cs.LG cs.MA

    Solving Large-Scale Extensive-Form Network Security Games via Neural Fictitious Self-Play

    Authors: Wanqi Xue, Youzhi Zhang, Shuxin Li, Xinrun Wang, Bo An, Chai Kiat Yeo

    Abstract: Securing networked infrastructures is important in the real world. The problem of deploying security resources to protect against an attacker in networked domains can be modeled as Network Security Games (NSGs). Unfortunately, existing approaches, including the deep learning-based approaches, are inefficient to solve large-scale extensive-form NSGs. In this paper, we propose a novel learning parad… ▽ More

    Submitted 1 June, 2021; originally announced June 2021.

    Comments: Published as a conference paper in IJCAI 2021

  22. arXiv:2104.13366  [pdf, other

    cs.CV

    Unsupervised 3D Shape Completion through GAN Inversion

    Authors: Junzhe Zhang, Xinyi Chen, Zhongang Cai, Liang Pan, Haiyu Zhao, Shuai Yi, Chai Kiat Yeo, Bo Dai, Chen Change Loy

    Abstract: Most 3D shape completion approaches rely heavily on partial-complete shape pairs and learn in a fully supervised manner. Despite their impressive performances on in-domain data, when generalizing to partial shapes in other forms or real-world partial scans, they often obtain unsatisfactory results due to domain gaps. In contrast to previous fully supervised approaches, in this paper we present Sha… ▽ More

    Submitted 29 April, 2021; v1 submitted 27 April, 2021; originally announced April 2021.

    Comments: Accepted in CVPR 2021, project webpage: https://junzhezhang.github.io/projects/ShapeInversion/

  23. arXiv:2101.12505  [pdf, other

    eess.IV cs.CV

    Automated Deep Learning Analysis of Angiography Video Sequences for Coronary Artery Disease

    Authors: Chengyang Zhou, Thao Vy Dinh, Heyi Kong, Jonathan Yap, Khung Keong Yeo, Hwee Kuan Lee, Kaicheng Liang

    Abstract: The evaluation of obstructions (stenosis) in coronary arteries is currently done by a physician's visual assessment of coronary angiography video sequences. It is laborious, and can be susceptible to interobserver variation. Prior studies have attempted to automate this process, but few have demonstrated an integrated suite of algorithms for the end-to-end analysis of angiograms. We report an auto… ▽ More

    Submitted 29 January, 2021; originally announced January 2021.

  24. arXiv:2008.12686  [pdf, other

    cs.LG cs.CR cs.SI stat.ML

    Self-Organizing Map assisted Deep Autoencoding Gaussian Mixture Model for Intrusion Detection

    Authors: Yang Chen, Nami Ashizawa, Seanglidet Yean, Chai Kiat Yeo, Naoto Yanai

    Abstract: In the information age, a secure and stable network environment is essential and hence intrusion detection is critical for any networks. In this paper, we propose a self-organizing map assisted deep autoencoding Gaussian mixture model (SOMDAGMM) supplemented with well-preserved input space topology for more accurate network intrusion detection. The deep autoencoding Gaussian mixture model comprise… ▽ More

    Submitted 28 August, 2020; originally announced August 2020.

  25. arXiv:2007.14878  [pdf, other

    cs.CV

    MessyTable: Instance Association in Multiple Camera Views

    Authors: Zhongang Cai, Junzhe Zhang, Daxuan Ren, Cunjun Yu, Haiyu Zhao, Shuai Yi, Chai Kiat Yeo, Chen Change Loy

    Abstract: We present an interesting and challenging dataset that features a large number of scenes with messy tables captured from multiple camera views. Each scene in this dataset is highly complex, containing multiple object instances that could be identical, stacked and occluded by other instances. The key challenge is to associate all instances given the RGB image of all views. The seemingly simple task… ▽ More

    Submitted 29 July, 2020; originally announced July 2020.

    Comments: Accepted in ECCV 2020

  26. arXiv:2003.01184  [pdf, other

    cs.LG cs.NE physics.comp-ph

    Variational inference formulation for a model-free simulation of a dynamical system with unknown parameters by a recurrent neural network

    Authors: Kyongmin Yeo, Dylan E. C. Grullon, Fan-Keng Sun, Duane S. Boning, Jayant R. Kalagnanam

    Abstract: We propose a recurrent neural network for a "model-free" simulation of a dynamical system with unknown parameters without prior knowledge. The deep learning model aims to jointly learn the nonlinear time marching operator and the effects of the unknown parameters from a time series dataset. We assume that the time series data set consists of an ensemble of trajectories for a range of the parameter… ▽ More

    Submitted 26 February, 2021; v1 submitted 2 March, 2020; originally announced March 2020.

  27. arXiv:2001.05053   

    cs.DS

    Tight Static Lower Bounds for Non-Adaptive Data Structures

    Authors: Giuseppe Persiano, Kevin Yeo

    Abstract: In this paper, we study the static cell probe complexity of non-adaptive data structures that maintain a subset of $n$ points from a universe consisting of $m=n^{1+Ω(1)}$ points. A data structure is defined to be non-adaptive when the memory locations that are chosen to be accessed during a query depend only on the query inputs and not on the contents of memory. We prove an… ▽ More

    Submitted 17 April, 2024; v1 submitted 14 January, 2020; originally announced January 2020.

    Comments: This paper has been superceded and merged with arXiv:2308.16042

  28. arXiv:1906.04059  [pdf, other

    cs.NE physics.comp-ph physics.data-an

    Data-driven Reconstruction of Nonlinear Dynamics from Sparse Observation

    Authors: Kyongmin Yeo

    Abstract: We present a data-driven model to reconstruct nonlinear dynamics from a very sparse times series data, which relies on the strength of the echo state network (ESN) in learning nonlinear representation of data. With an assumption of the universal function approximation capability of ESN, it is shown that the reconstruction problem can be formulated as a fixed-point problem, in which the trajectory… ▽ More

    Submitted 10 June, 2019; originally announced June 2019.

  29. arXiv:1904.05452  [pdf, ps, other

    cs.CR cs.DS

    What Storage Access Privacy is Achievable with Small Overhead?

    Authors: Sarvar Patel, Giuseppe Persiano, Kevin Yeo

    Abstract: Oblivious RAM (ORAM) and private information retrieval (PIR) are classic cryptographic primitives used to hide the access pattern to data whose storage has been outsourced to an untrusted server. Unfortunately, both primitives require considerable overhead compared to plaintext access. For large-scale storage infrastructure with highly frequent access requests, the degradation in response time and… ▽ More

    Submitted 10 April, 2019; originally announced April 2019.

    Comments: To appear at PODS'19

  30. arXiv:1904.05158  [pdf, other

    cs.NE cs.LG physics.comp-ph physics.data-an

    Short note on the behavior of recurrent neural network for noisy dynamical system

    Authors: Kyongmin Yeo

    Abstract: The behavior of recurrent neural network for the data-driven simulation of noisy dynamical systems is studied by training a set of Long Short-Term Memory Networks (LSTM) on the Mackey-Glass time series with a wide range of noise level. It is found that, as the training noise becomes larger, LSTM learns to depend more on its autonomous dynamics than the noisy input data. As a result, LSTM trained o… ▽ More

    Submitted 5 April, 2019; originally announced April 2019.

  31. arXiv:1904.04828  [pdf, ps, other

    cs.DS cs.CR

    Lower Bounds for Oblivious Near-Neighbor Search

    Authors: Kasper Green Larsen, Tal Malkin, Omri Weinstein, Kevin Yeo

    Abstract: We prove an $Ω(d \lg n/ (\lg\lg n)^2)$ lower bound on the dynamic cell-probe complexity of statistically $\mathit{oblivious}$ approximate-near-neighbor search ($\mathsf{ANN}$) over the $d$-dimensional Hamming cube. For the natural setting of $d = Θ(\log n)$, our result implies an $\tildeΩ(\lg^2 n)$ lower bound, which is a quadratic improvement over the highest (non-oblivious) cell-probe lower boun… ▽ More

    Submitted 9 April, 2019; originally announced April 2019.

    Comments: 28 pages

  32. arXiv:1802.08323  [pdf, other

    physics.comp-ph cs.LG physics.data-an stat.ML

    Deep learning algorithm for data-driven simulation of noisy dynamical system

    Authors: Kyongmin Yeo, Igor Melnyk

    Abstract: We present a deep learning model, DE-LSTM, for the simulation of a stochastic process with an underlying nonlinear dynamics. The deep learning model aims to approximate the probability density function of a stochastic process via numerical discretization and the underlying nonlinear dynamics is modeled by the Long Short-Term Memory (LSTM) network. It is shown that, when the numerical discretizatio… ▽ More

    Submitted 5 September, 2018; v1 submitted 22 February, 2018; originally announced February 2018.

  33. arXiv:1801.03009  [pdf, other

    physics.ao-ph cs.CE physics.data-an

    Development of hp-inverse model by using generalized polynomial chaos

    Authors: Kyongmin Yeo, Youngdeok Hwang, Xiao Liu, Jayant Kalagnanam

    Abstract: We present a hp-inverse model to estimate a smooth, non-negative source function from a limited number of observations for a two-dimensional linear source inversion problem. A standard least-square inverse model is formulated by using a set of Gaussian radial basis functions (GRBF) on a rectangular mesh system with a uniform grid space. Here, the choice of the mesh system is modeled as a random va… ▽ More

    Submitted 14 December, 2018; v1 submitted 9 January, 2018; originally announced January 2018.

  34. arXiv:1710.01693  [pdf, other

    cs.LG physics.comp-ph physics.data-an

    Model-free prediction of noisy chaotic time series by deep learning

    Authors: Kyongmin Yeo

    Abstract: We present a deep neural network for a model-free prediction of a chaotic dynamical system from noisy observations. The proposed deep learning model aims to predict the conditional probability distribution of a state variable. The Long Short-Term Memory network (LSTM) is employed to model the nonlinear dynamics and a softmax layer is used to approximate a probability distribution. The LSTM model i… ▽ More

    Submitted 29 September, 2017; originally announced October 2017.

  35. arXiv:1705.07069  [pdf, other

    cs.CR cs.DC cs.DS

    CacheShuffle: An Oblivious Shuffle Algorithm Using Caches

    Authors: Sarvar Patel, Giuseppe Persiano, Kevin Yeo

    Abstract: We consider Oblivious Shuffling and K-Oblivious Shuffling, a refinement thereof. We provide efficient algorithms for both and discuss their application to the design of Oblivious RAM. The task of K-Oblivious Shuffling is to obliviously shuffle N encrypted blocks that have been randomly allocated on the server in such a way that an adversary learns nothing about the new allocation of blocks. The se… ▽ More

    Submitted 17 October, 2017; v1 submitted 19 May, 2017; originally announced May 2017.

    Comments: 29 pages, 4 figures

  36. A Self-Organization Framework for Wireless Ad Hoc Networks as Small Worlds

    Authors: Abhik Banerjee, Rachit Agarwal, Vincent Gauthier, Chai Kiat Yeo, Hossam Afifi, Bu Sung Lee

    Abstract: Motivated by the benefits of small world networks, we propose a self-organization framework for wireless ad hoc networks. We investigate the use of directional beamforming for creating long-range short cuts between nodes. Using simulation results for randomized beamforming as a guideline, we identify crucial design issues for algorithm design. Our results show that, while significant path length r… ▽ More

    Submitted 6 March, 2012; originally announced March 2012.

    Comments: Submitted to IEEE Transactions on Vehicular Technology

  37. arXiv:1111.4807  [pdf, ps, other

    cs.NI

    Achieving Small World Properties using Bio-Inspired Techniques in Wireless Networks

    Authors: Rachit Agarwal, Abhik Banerjee, Vincent Gauthier, Monique Becker, Chai Kiat Yeo, Bu Sung Lee

    Abstract: It is highly desirable and challenging for a wireless ad hoc network to have self-organization properties in order to achieve network wide characteristics. Studies have shown that Small World properties, primarily low average path length and high clustering coefficient, are desired properties for networks in general. However, due to the spatial nature of the wireless networks, achieving small worl… ▽ More

    Submitted 3 March, 2012; v1 submitted 21 November, 2011; originally announced November 2011.

    Comments: Accepted for publication: Special Issue on Security and Performance of Networks and Clouds (The Computer Journal)

  38. Self-organization of Nodes using Bio-Inspired Techniques for Achieving Small World Properties

    Authors: Rachit Agarwal, Abhik Banerjee, Vincent Gauthier, Monique Becker, Chai Kiat Yeo, Bu Sung Lee

    Abstract: In an autonomous wireless sensor network, self-organization of the nodes is essential to achieve network wide characteristics. We believe that connectivity in wireless autonomous networks can be increased and overall average path length can be reduced by using beamforming and bio-inspired algorithms. Recent works on the use of beamforming in wireless networks mostly assume the knowledge of the net… ▽ More

    Submitted 27 September, 2011; originally announced September 2011.

    Comments: Accepted to Joint workshop on complex networks and pervasive group communication (CCNet/PerGroup), in conjunction with IEEE Globecom 2011

  39. Self-Organization of Wireless Ad Hoc Networks as Small Worlds Using Long Range Directional Beams

    Authors: Abhik Banerjee, Rachit Agarwal, Vincent Gauthier, Chai Kiat Yeo, Hossam Afifi, Bu Sung Lee

    Abstract: We study how long range directional beams can be used for self-organization of a wireless network to exhibit small world properties. Using simulation results for randomized beamforming as a guideline, we identify crucial design issues for algorithm design. Subsequently, we propose an algorithm for deterministic creation of small worlds. We define a new centrality measure that estimates the structu… ▽ More

    Submitted 25 September, 2011; originally announced September 2011.

    Comments: Accepted to Joint workshop on complex networks and pervasive group communication (CCNet/PerGroup), in conjunction with IEEE Globecom 2011