Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Suneil Mohan is active.

Publication


Featured researches published by Suneil Mohan.


international conference of distributed computing and networking | 2009

Representation of Complex Concepts for Semantic Routed Network

Amitava Biswas; Suneil Mohan; Jagannath Panigrahy; Aalap Tripathy; Rabi N. Mahapatra

Semantic Routed Network (SRN) can provide a scalable distributed solution for searching data in a large grid. In SRN, messages are routed in a overlay network based on the meaning of the message key. If the message key describes the desired data, then SRN nodes can be addressed and accessed by the description of their data content. The key challenges of materializing a SRN are: (1) designing a data structure which will represent complex descriptions of data objects; (2) computing similarity of descriptors; and (3) constructing a small world network topology that minimize the routing response time and maximize routing success, which depends on solving the first two problems. We present a design of a descriptor data structure and a technique to compare their similarity to address the first two problems.


international conference on computer communications and networks | 2009

Search Co-Ordination by Semantic Routed Network

Amitava Biswas; Suneil Mohan; Rabi N. Mahapatra

Specialized search engines have potential to provide superior search precision, relevance and recall. A specialized P2P overlay network called Semantic Routed Network, which forwards search queries based on their meanings, can unify a large number of specialized search engines under a single internet wide search service. Providing fast and successful routing of search queries is a challenging task due to conflicting tradeoff requirements. We present P2P topology generation and semantic routing table compaction techniques to realize fast and successful query routing. Our simulation shows that a SRN coordinating 800 search engines can achieve a competitive 100% query routing success within 6 messaging delays, and have query delivery response of 1.89 messaging delays.


international conference on computer communications and networks | 2008

Optimization of Semantic Routing Table

Amitava Biswas; Suneil Mohan; Rabi N. Mahapatra

In a semantic routed network (SRN), messages are routed based on the meaning of the message key. This means network nodes can be addressed by the meaning of the data content. Providing fast and successful semantic routing for any key is a challenging task due to conflicting performance demands. We present semantic routing table optimizing techniques to realize small world topology for fast and successful message routing. Our simulation shows that a SRN of 1000 nodes can achieve a competitive 57% routing success within 6 messaging delays, and have message delivery response of 3.3 messaging delays.


ieee international conference on high performance computing data and analytics | 2012

Designing a Collaborative Filtering Recommender on the Single Chip Cloud Computer

Aalap Tripathy; Atish Patra; Suneil Mohan; Rabi N. Mahapatra

Fast response requirements for big-data applications on cloud infrastructures continues to grow. At the same time, many cores on-chip have now become a reality. These developments are set to redefine infrastructure nodes of cloud data centers in the future. For this to happen, parallel programming runtimes need to be designed for many-cores on chip as the target architecture. In this paper, we show that the commonly used MapReduce programming paradigm can be adapted to run on Intels experimental single chip cloud computer (SCC) with 48-cores on chip. We demonstrate this using a Collaborative Filtering (CF) recommender system as an application. This is a widely used technique for information filtering to predict users preference towards an unknown item from their past ratings. These systems are typically deployed in distributed clusters and operate on large apriori datasets. We address scalability with data partitioning, combining and sorting algorithms, maximize data locality to minimize communication cost within the SCC cores. We demonstrate ~2x speedup, ~94% lower energy consumption for benchmark workloads as compared to a distributed cluster of single and multi-processor nodes.


international parallel and distributed processing symposium | 2010

A parallel architecture for meaning comparison

Suneil Mohan; Amitava Biswas; Aalap Tripathy; Jagannath Pannigrahy; Rabi N. Mahapatra

In this paper we present a fine grained parallel architecture that performs meaning comparison using vector cosine similarity (dot product). Meaning comparison assigns a similarity value to two objects (e.g. text documents) based on how similar their meanings (represented as two vectors) are to each other. The novelty of our design is the fine grained parallelism which is not exploited in available hardware based dot product processor designs and can not be achieved in traditional server class processors like the Intel Xeon. We compare the performance of our design against that of available hardware based dot product processors as well a server class processor using optimum software code performing the same computation. We show that our hardware design can achieve a speedup of 62,000 times compared to an available hardware design and a speedup of 8866 times with 33% (1.5 times) less power consumption, compared to software code running on Intel Xeon processor for 1024 basis vectors. Our design can significantly reduce the amount of servers required for similarity comparison in a distributed search engine. Thus it can enable reduction in energy consumption, investment, operational costs and floor area in search engine data centers. This design can also be deployed for other applications which require fast dot product computation.


ieee international symposium on parallel & distributed processing, workshops and phd forum | 2011

Parallel Processor Core for Semantic Search Engines

Suneil Mohan; Aalap Tripathy; Amitava Biswas; Rabi N. Mahapatra

Superior and fast semantic comparison improves the quality of web-search. Semantic comparison involves dot product computation of large sparse tensors which is time consuming and expensive. In this paper we present a low power parallel architecture that consumes only 15.41 Watts and demonstrates a speed-up in the order of 10textsuperscript{5} compared to a contemporary hardware design, and in the order of 10textsuperscript{4} compared to a purely software approach. Such high performance low power architecture can be used in semantic routers to elegantly implement energy efficient distributed search engines.


Semantic e-Science | 2010

Semantic Technologies for Searching in e-Science Grids

Amitava Biswas; Suneil Mohan; Rabi N. Mahapatra

Searching is a key function in scientific cyber-infrastructures; there these systems need to implement superior meaning-based search functionalities powered by suitable semantic technologies. These required semantic technologies should enable computers to comprehend meaning of the objects being searched and user’s search intentions, compare these meanings, and discern which object may satisfy user’s need. We present a survey of meaning representation and comparison technologies, followed by a design of meaning representation and comparison technique which is coherent to the cognitive science and linguistics models. This proposed design addresses the key requirement of meaning compositionality which has not been addressed adequately and efficiently by existing research. We present an algebraic theory and techniques to represent hierarchically composed concepts as a tensor which is amenable to efficient semantic similarity computation. We delineate a data structure for the semantic descriptors/keys and an algorithm to generate them and describe an algorithm to compute the semantic similarity of two given descriptors (tensors). This meaning comparison technique discerns complex meaning while enabling search query relaxation and search key interchangeability. This is achieved without the need of a meaning knowledgebase (ontology).


ieee international conference on cloud engineering | 2013

Distributed Collaborative Filtering on a Single Chip Cloud Computer

Aalap Tripathy; Atish Patra; Suneil Mohan; Rabi N. Mahapatra

Many-cores on chip have now become a reality. They necessitate the revisit of several layers of a cloud infrastructure. For this to happen, parallel programming runtimes need to be designed for many-cores on chip as the target architecture. In this paper, we show that Map Reduce programming paradigm can be adapted to run on Intels experimental single chip cloud computer (SCC) with 48-cores on chip. We demonstrate this using a Collaborative Filtering (CF) recommender system as an application. CF is widely used in e-commerce deployments to predict users preference towards an unknown item from their past ratings. We address scalability with data partitioning, combining and sorting algorithms, maximize data locality to minimize communication cost within the SCC cores. We demonstrate ~2x speedup, ~94% lower power consumption for benchmark workloads as compared to a distributed cluster multi-processor nodes in use today.


ieee international conference semantic computing | 2011

Optimizing a Semantic Comparator Using CUDA-enabled Graphics Hardware

Aalap Tripathy; Suneil Mohan; Rabi N. Mahapatra


ieee international conference semantic computing | 2012

Optimizing a Collaborative Filtering Recommender for Many-Core Processors

Aalap Tripathy; Suneil Mohan; Rabi N. Mahapatra

Collaboration


Dive into the Suneil Mohan's collaboration.

Researchain Logo
Decentralizing Knowledge