-
The Amazon Nova Family of Models: Technical Report and Model Card
Authors:
Amazon AGI,
Aaron Langford,
Aayush Shah,
Abhanshu Gupta,
Abhimanyu Bhatter,
Abhinav Goyal,
Abhinav Mathur,
Abhinav Mohanty,
Abhishek Kumar,
Abhishek Sethi,
Abi Komma,
Abner Pena,
Achin Jain,
Adam Kunysz,
Adam Opyrchal,
Adarsh Singh,
Aditya Rawal,
Adok Achar Budihal Prasad,
AdriĆ de Gispert,
Agnika Kumar,
Aishwarya Aryamane,
Ajay Nair,
Akilan M,
Akshaya Iyengar,
Akshaya Vishnu Kudlu Shanbhogue
, et al. (761 additional authors not shown)
Abstract:
We present Amazon Nova, a new generation of state-of-the-art foundation models that deliver frontier intelligence and industry-leading price performance. Amazon Nova Pro is a highly-capable multimodal model with the best combination of accuracy, speed, and cost for a wide range of tasks. Amazon Nova Lite is a low-cost multimodal model that is lightning fast for processing images, video, documents…
▽ More
We present Amazon Nova, a new generation of state-of-the-art foundation models that deliver frontier intelligence and industry-leading price performance. Amazon Nova Pro is a highly-capable multimodal model with the best combination of accuracy, speed, and cost for a wide range of tasks. Amazon Nova Lite is a low-cost multimodal model that is lightning fast for processing images, video, documents and text. Amazon Nova Micro is a text-only model that delivers our lowest-latency responses at very low cost. Amazon Nova Canvas is an image generation model that creates professional grade images with rich customization controls. Amazon Nova Reel is a video generation model offering high-quality outputs, customization, and motion control. Our models were built responsibly and with a commitment to customer trust, security, and reliability. We report benchmarking results for core capabilities, agentic performance, long context, functional adaptation, runtime performance, and human evaluation.
△ Less
Submitted 17 March, 2025;
originally announced June 2025.
-
Compress, Gather, and Recompute: REFORMing Long-Context Processing in Transformers
Authors:
Woomin Song,
Sai Muralidhar Jayanthi,
Srikanth Ronanki,
Kanthashree Mysore Sathyendra,
Jinwoo Shin,
Aram Galstyan,
Shubham Katiyar,
Sravan Babu Bodapati
Abstract:
As large language models increasingly gain popularity in real-world applications, processing extremely long contexts, often exceeding the model's pre-trained context limits, has emerged as a critical challenge. While existing approaches to efficient long-context processing show promise, recurrent compression-based methods struggle with information preservation, whereas random access approaches req…
▽ More
As large language models increasingly gain popularity in real-world applications, processing extremely long contexts, often exceeding the model's pre-trained context limits, has emerged as a critical challenge. While existing approaches to efficient long-context processing show promise, recurrent compression-based methods struggle with information preservation, whereas random access approaches require substantial memory resources. We introduce REFORM, a novel inference framework that efficiently handles long contexts through a two-phase approach. First, it incrementally processes input chunks while maintaining a compressed KV cache, constructs cross-layer context embeddings, and utilizes early exit strategy for improved efficiency. Second, it identifies and gathers essential tokens via similarity matching and selectively recomputes the KV cache. Compared to baselines, REFORM achieves over 50% and 27% performance gains on RULER and BABILong respectively at 1M context length. It also outperforms baselines on Infinite-Bench and MM-NIAH, demonstrating flexibility across diverse tasks and domains. Additionally, REFORM reduces inference time by 30% and peak memory usage by 5%, achieving both efficiency and superior performance.
△ Less
Submitted 1 June, 2025;
originally announced June 2025.
-
Mamba Drafters for Speculative Decoding
Authors:
Daewon Choi,
Seunghyuk Oh,
Saket Dingliwal,
Jihoon Tack,
Kyuyoung Kim,
Woomin Song,
Seojin Kim,
Insu Han,
Jinwoo Shin,
Aram Galstyan,
Shubham Katiyar,
Sravan Babu Bodapati
Abstract:
Speculative decoding has emerged as a promising approach to accelerating large language model (LLM) generation using a fast drafter while maintaining alignment with the target model's distribution. However, existing approaches face a trade-off: external drafters offer flexibility but can suffer from slower drafting, while self-speculation methods use drafters tailored to the target model but requi…
▽ More
Speculative decoding has emerged as a promising approach to accelerating large language model (LLM) generation using a fast drafter while maintaining alignment with the target model's distribution. However, existing approaches face a trade-off: external drafters offer flexibility but can suffer from slower drafting, while self-speculation methods use drafters tailored to the target model but require re-training. In this paper, we introduce novel drafters based on Mamba, a state-of-the-art state space model (SSM), as a solution that combines the best aspects of both approaches. By leveraging the linear structure of SSMs, our approach avoids the quadratic complexity inherent in traditional Transformer-based methods, enabling faster drafting and lower memory usage while maintaining the flexibility to work across different target models. We further enhance efficiency with a novel test-time tree search algorithm for generating high-quality draft candidates. Our empirical evaluation demonstrates that Mamba-based drafters not only outperform existing external drafting methods but are also comparable to state-of-the-art self-speculation approaches while using less memory and maintaining their cross-model adaptability.
△ Less
Submitted 1 June, 2025;
originally announced June 2025.
-
Analysis of Convolutional Decoder for Image Caption Generation
Authors:
Sulabh Katiyar,
Samir Kumar Borgohain
Abstract:
Recently Convolutional Neural Networks have been proposed for Sequence Modelling tasks such as Image Caption Generation. However, unlike Recurrent Neural Networks, the performance of Convolutional Neural Networks as Decoders for Image Caption Generation has not been extensively studied. In this work, we analyse various aspects of Convolutional Neural Network based Decoders such as Network complexi…
▽ More
Recently Convolutional Neural Networks have been proposed for Sequence Modelling tasks such as Image Caption Generation. However, unlike Recurrent Neural Networks, the performance of Convolutional Neural Networks as Decoders for Image Caption Generation has not been extensively studied. In this work, we analyse various aspects of Convolutional Neural Network based Decoders such as Network complexity and depth, use of Data Augmentation, Attention mechanism, length of sentences used during training, etc on performance of the model. We perform experiments using Flickr8k and Flickr30k image captioning datasets and observe that unlike Recurrent Neural Network based Decoder, Convolutional Decoder for Image Captioning does not generally benefit from increase in network depth, in the form of stacked Convolutional Layers, and also the use of Data Augmentation techniques. In addition, use of Attention mechanism also provides limited performance gains with Convolutional Decoder. Furthermore, we observe that Convolutional Decoders show performance comparable with Recurrent Decoders only when trained using sentences of smaller length which contain up to 15 words but they have limitations when trained using higher sentence lengths which suggests that Convolutional Decoders may not be able to model long-term dependencies efficiently. In addition, the Convolutional Decoder usually performs poorly on CIDEr evaluation metric as compared to Recurrent Decoder.
△ Less
Submitted 8 March, 2021;
originally announced March 2021.
-
Comparative evaluation of CNN architectures for Image Caption Generation
Authors:
Sulabh Katiyar,
Samir Kumar Borgohain
Abstract:
Aided by recent advances in Deep Learning, Image Caption Generation has seen tremendous progress over the last few years. Most methods use transfer learning to extract visual information, in the form of image features, with the help of pre-trained Convolutional Neural Network models followed by transformation of the visual information using a Caption Generator module to generate the output sentenc…
▽ More
Aided by recent advances in Deep Learning, Image Caption Generation has seen tremendous progress over the last few years. Most methods use transfer learning to extract visual information, in the form of image features, with the help of pre-trained Convolutional Neural Network models followed by transformation of the visual information using a Caption Generator module to generate the output sentences. Different methods have used different Convolutional Neural Network Architectures and, to the best of our knowledge, there is no systematic study which compares the relative efficacy of different Convolutional Neural Network architectures for extracting the visual information. In this work, we have evaluated 17 different Convolutional Neural Networks on two popular Image Caption Generation frameworks: the first based on Neural Image Caption (NIC) generation model and the second based on Soft-Attention framework. We observe that model complexity of Convolutional Neural Network, as measured by number of parameters, and the accuracy of the model on Object Recognition task does not necessarily co-relate with its efficacy on feature extraction for Image Caption Generation task.
△ Less
Submitted 23 February, 2021;
originally announced February 2021.
-
Image Captioning using Deep Stacked LSTMs, Contextual Word Embeddings and Data Augmentation
Authors:
Sulabh Katiyar,
Samir Kumar Borgohain
Abstract:
Image Captioning, or the automatic generation of descriptions for images, is one of the core problems in Computer Vision and has seen considerable progress using Deep Learning Techniques. We propose to use Inception-ResNet Convolutional Neural Network as encoder to extract features from images, Hierarchical Context based Word Embeddings for word representations and a Deep Stacked Long Short Term M…
▽ More
Image Captioning, or the automatic generation of descriptions for images, is one of the core problems in Computer Vision and has seen considerable progress using Deep Learning Techniques. We propose to use Inception-ResNet Convolutional Neural Network as encoder to extract features from images, Hierarchical Context based Word Embeddings for word representations and a Deep Stacked Long Short Term Memory network as decoder, in addition to using Image Data Augmentation to avoid over-fitting. For data Augmentation, we use Horizontal and Vertical Flipping in addition to Perspective Transformations on the images. We evaluate our proposed methods with two image captioning frameworks- Encoder-Decoder and Soft Attention. Evaluation on widely used metrics have shown that our approach leads to considerable improvement in model performance.
△ Less
Submitted 22 February, 2021;
originally announced February 2021.
-
Determining Optimal Number of k-Clusters based on Predefined Level-of-Similarity
Authors:
Rabindra Lamsal,
Shubham Katiyar
Abstract:
This paper proposes a centroid-based clustering algorithm which is capable of clustering data-points with n-features, without having to specify the number of clusters to be formed. The core logic behind the algorithm is a similarity measure, which collectively decides whether to assign an incoming data-point to a pre-existing cluster, or create a new cluster and assign the data-point to it. The pr…
▽ More
This paper proposes a centroid-based clustering algorithm which is capable of clustering data-points with n-features, without having to specify the number of clusters to be formed. The core logic behind the algorithm is a similarity measure, which collectively decides whether to assign an incoming data-point to a pre-existing cluster, or create a new cluster and assign the data-point to it. The proposed clustering algorithm is application-specific and is applicable when the need is to perform clustering analysis of a stream of data-points, where the similarity measure between an incoming data-point and the cluster to which the data-point is to be associated with, is greater than the predefined Level-of-Similarity.
△ Less
Submitted 21 July, 2019; v1 submitted 3 October, 2018;
originally announced October 2018.
-
An enhanced neural network based approach towards object extraction
Authors:
S. K. Katiyar,
P. V. Arun
Abstract:
The improvements in spectral and spatial resolution of the satellite images have facilitated the automatic extraction and identification of the features from satellite images and aerial photographs. An automatic object extraction method is presented for extracting and identifying the various objects from satellite images and the accuracy of the system is verified with regard to IRS satellite image…
▽ More
The improvements in spectral and spatial resolution of the satellite images have facilitated the automatic extraction and identification of the features from satellite images and aerial photographs. An automatic object extraction method is presented for extracting and identifying the various objects from satellite images and the accuracy of the system is verified with regard to IRS satellite images. The system is based on neural network and simulates the process of visual interpretation from remote sensing images and hence increases the efficiency of image analysis. This approach obtains the basic characteristics of the various features and the performance is enhanced by the automatic learning approach, intelligent interpretation, and intelligent interpolation. The major advantage of the method is its simplicity and that the system identifies the features not only based on pixel value but also based on the shape, haralick features etc of the objects. Further the system allows flexibility for identifying the features within the same category based on size and shape. The successful application of the system verified its effectiveness and the accuracy of the system were assessed by ground truth verification.
△ Less
Submitted 5 February, 2014;
originally announced May 2014.
-
An evolutionary computational based approach towards automatic image registration
Authors:
P. V. Arun,
S. K. Katiyar
Abstract:
Image registration is a key component of various image processing operations which involve the analysis of different image data sets. Automatic image registration domains have witnessed the application of many intelligent methodologies over the past decade; however inability to properly model object shape as well as contextual information had limited the attainable accuracy. In this paper, we prop…
▽ More
Image registration is a key component of various image processing operations which involve the analysis of different image data sets. Automatic image registration domains have witnessed the application of many intelligent methodologies over the past decade; however inability to properly model object shape as well as contextual information had limited the attainable accuracy. In this paper, we propose a framework for accurate feature shape modeling and adaptive resampling using advanced techniques such as Vector Machines, Cellular Neural Network (CNN), SIFT, coreset, and Cellular Automata. CNN has found to be effective in improving feature matching as well as resampling stages of registration and complexity of the approach has been considerably reduced using corset optimization The salient features of this work are cellular neural network approach based SIFT feature point optimisation, adaptive resampling and intelligent object modelling. Developed methodology has been compared with contemporary methods using different statistical measures. Investigations over various satellite images revealed that considerable success was achieved with the approach. System has dynamically used spectral and spatial information for representing contextual knowledge using CNN-prolog approach. Methodology also illustrated to be effective in providing intelligent interpretation and adaptive resampling.
△ Less
Submitted 5 February, 2014;
originally announced May 2014.
-
Cellular Automata based adaptive resampling technique for the processing of remotely sensed imagery
Authors:
S. K. Katiyar,
P. V. Arun
Abstract:
Resampling techniques are being widely used at different stages of satellite image processing. The existing methodologies cannot perfectly recover features from a completely under sampled image and hence an intelligent adaptive resampling methodology is required. We address these issues and adopt an error metric from the available literature to define interpolation quality. We also propose a new r…
▽ More
Resampling techniques are being widely used at different stages of satellite image processing. The existing methodologies cannot perfectly recover features from a completely under sampled image and hence an intelligent adaptive resampling methodology is required. We address these issues and adopt an error metric from the available literature to define interpolation quality. We also propose a new resampling scheme that adapts itself with regard to the pixel and texture variation in the image. The proposed CNN based hybrid method has been found to perform better than the existing methods as it adapts itself with reference to the image features.
△ Less
Submitted 5 February, 2014;
originally announced May 2014.
-
A review over the applicability of image entropy in analyses of remote sensing datasets
Authors:
S. K. Katiyar,
P. V. Arun
Abstract:
Entropy is the measure of uncertainty in any data and is adopted for maximisation of mutual information in many remote sensing operations. The availability of wide entropy variations motivated us for an investigation over the suitability preference of these versions to specific operations.
Entropy is the measure of uncertainty in any data and is adopted for maximisation of mutual information in many remote sensing operations. The availability of wide entropy variations motivated us for an investigation over the suitability preference of these versions to specific operations.
△ Less
Submitted 5 February, 2014;
originally announced May 2014.
-
Comparative analysis of common edge detection techniques in context of object extraction
Authors:
S. K. Katiyar,
P. V. Arun
Abstract:
Edges characterize boundaries and are therefore a problem of practical importance in remote sensing.In this paper a comparative study of various edge detection techniques and band wise analysis of these algorithms in the context of object extraction with regard to remote sensing satellite images from the Indian Remote Sensing Satellite (IRS) sensors LISS 3, LISS 4 and Cartosat1 as well as Google E…
▽ More
Edges characterize boundaries and are therefore a problem of practical importance in remote sensing.In this paper a comparative study of various edge detection techniques and band wise analysis of these algorithms in the context of object extraction with regard to remote sensing satellite images from the Indian Remote Sensing Satellite (IRS) sensors LISS 3, LISS 4 and Cartosat1 as well as Google Earth is presented.
△ Less
Submitted 4 February, 2014;
originally announced May 2014.
-
Bipedal Model Based on Human Gait Pattern Parameters for Sagittal Plane Movement
Authors:
Vijay Bhaskar Semwal,
S. A. Katiyar,
P. Chakraborty,
G. C. Nandi
Abstract:
The present research as described in this paper tries to impart how imitation based learning for behavior-based programming can be used to teach the robot. This development is a big step in way to prove that push recovery is a software engineering problem and not hardware engineering problem. The walking algorithm used here aims to select a subset of push recovery problem i.e. disturbance from env…
▽ More
The present research as described in this paper tries to impart how imitation based learning for behavior-based programming can be used to teach the robot. This development is a big step in way to prove that push recovery is a software engineering problem and not hardware engineering problem. The walking algorithm used here aims to select a subset of push recovery problem i.e. disturbance from environment. We applied the physics at each joint of Halo with some degree of freedom. The proposed model, Halo is different from other models as previously developed model were inconsistent with data for different persons. This would lead to development of the generalized biped model in future and will bridge the gap between performance and inconsistency. In this paper the proposed model is applied to data of different persons. Accuracy of model, performance and result is measured using the behavior negotiation capability of model developed. In order to improve the performance, proposed model gives the freedom to handle each joint independently based on the belongingness value for each joint. The development can be considered as important development for future world of robotics. The accuracy of model is 70% in one go.
△ Less
Submitted 17 May, 2014;
originally announced May 2014.
-
An investigation towards wavelet based optimization of automatic image registration techniques
Authors:
Arun P. V.,
Dr. S. K. Katiyar
Abstract:
Image registration is the process of transforming different sets of data into one coordinate system and is required for various remote sensing applications like change detection, image fusion, and other related areas. The effect of increased relief displacement, requirement of more control points, and increased data volume are the challenges associated with the registration of high resolution imag…
▽ More
Image registration is the process of transforming different sets of data into one coordinate system and is required for various remote sensing applications like change detection, image fusion, and other related areas. The effect of increased relief displacement, requirement of more control points, and increased data volume are the challenges associated with the registration of high resolution image data. The objective of this research work is to study the most efficient techniques and to investigate the extent of improvement achievable by enhancing them with Wavelet transform. The SIFT feature based method uses the Eigen value for extracting thousands of key points based on scale invariant features and these feature points when further enhanced by the wavelet transform yields the best results.
△ Less
Submitted 27 March, 2013;
originally announced March 2013.
-
A Comparative Analysis on the Applicability of Entropy in remote sensing
Authors:
Dr. S. K. Katiyar,
Arun P. V.
Abstract:
Entropy is the measure of uncertainty in any data and is adopted for maximisation of mutual information in many remote sensing operations. The availability of wide entropy variations motivated us for an investigation over the suitability preference of these versions to specific operations. Methodologies were implemented in Matlab and were enhanced with entropy variations. Evaluation of various imp…
▽ More
Entropy is the measure of uncertainty in any data and is adopted for maximisation of mutual information in many remote sensing operations. The availability of wide entropy variations motivated us for an investigation over the suitability preference of these versions to specific operations. Methodologies were implemented in Matlab and were enhanced with entropy variations. Evaluation of various implementations was based on different statistical parameters with reference to the study area The popular available versions like Tsalli's, Shanon's, and Renyi's entropies were analysed in context of various remote sensing operations namely thresholding, clustering and registration.
△ Less
Submitted 27 March, 2013;
originally announced March 2013.
-
An intelligent approach towards automatic shape modeling and object extraction from satellite images using cellular automata based algorithm
Authors:
P. V. Arun,
S. K. Katiyar
Abstract:
Automatic feature extraction domain has witnessed the application of many intelligent methodologies over past decade; however detection accuracy of these approaches were limited as object geometry and contextual knowledge were not given enough consideration. In this paper, we propose a frame work for accurate detection of features along with automatic interpolation, and interpretation by modeling…
▽ More
Automatic feature extraction domain has witnessed the application of many intelligent methodologies over past decade; however detection accuracy of these approaches were limited as object geometry and contextual knowledge were not given enough consideration. In this paper, we propose a frame work for accurate detection of features along with automatic interpolation, and interpretation by modeling feature shape as well as contextual knowledge using advanced techniques such as SVRF, Cellular Neural Network, Core set, and MACA. Developed methodology has been compared with contemporary methods using different statistical measures. Investigations over various satellite images revealed that considerable success was achieved with the CNN approach. CNN has been effective in modeling different complex features effectively and complexity of the approach has been considerably reduced using corset optimization. The system has dynamically used spectral and spatial information for representing contextual knowledge using CNN-prolog approach. System has been also proved to be effective in providing intelligent interpolation and interpretation of random features.
△ Less
Submitted 26 March, 2013;
originally announced March 2013.
-
An N-dimensional approach towards object based classification of remotely sensed imagery
Authors:
Arun p V,
S. K. Katiyar
Abstract:
Remote sensing techniques are widely used for land cover classification and urban analysis. The availability of high resolution remote sensing imagery limits the level of classification accuracy attainable from pixel-based approach. In this paper object-based classification scheme based on a hierarchical support vector machine is introduced. By combining spatial and spectral information, the amoun…
▽ More
Remote sensing techniques are widely used for land cover classification and urban analysis. The availability of high resolution remote sensing imagery limits the level of classification accuracy attainable from pixel-based approach. In this paper object-based classification scheme based on a hierarchical support vector machine is introduced. By combining spatial and spectral information, the amount of overlap between classes can be decreased; thereby yielding higher classification accuracy and more accurate land cover maps. We have adopted certain automatic approaches based on the advanced techniques as Cellular automata and Genetic Algorithm for kernel and tuning parameter selection. Performance evaluation of the proposed methodology in comparison with the existing approaches is performed with reference to the Bhopal city study area.
△ Less
Submitted 26 March, 2013;
originally announced March 2013.
-
Green Cellular Network Deployment To Reduce RF Pollution
Authors:
Sumit Katiyar,
R. K. Jain,
N. K. Agrawal
Abstract:
As the mobile telecommunication systems are growing tremendously all over the world, the numbers of handheld and base stations are also rapidly growing and it became very popular to see these base stations distributed everywhere in the neighborhood and on roof tops which has caused a considerable amount of panic to the public in Palestine concerning wither the radiated electromagnetic fields from…
▽ More
As the mobile telecommunication systems are growing tremendously all over the world, the numbers of handheld and base stations are also rapidly growing and it became very popular to see these base stations distributed everywhere in the neighborhood and on roof tops which has caused a considerable amount of panic to the public in Palestine concerning wither the radiated electromagnetic fields from these base stations may cause any health effect or hazard. Recently UP High Court in India ordered for removal of BTS towers from residential area, it has created panic among cellular communication network designers too. Green cellular networks could be a solution for the above problem. This paper deals with green cellular networks with the help of multi-layer overlaid hierarchical structure (macro / micro / pico / femto cells). Macrocell for area coverage, micro for pedestrian and a slow moving traffic while pico for indoor use and femto for individual high capacity users. This could be the answer of the problem of energy conservation and enhancement of spectral density also.
△ Less
Submitted 16 April, 2012;
originally announced April 2012.
-
R.F. Pollution Reduction in Cellular Communication
Authors:
Sumit Katiyar,
R. K. Jain,
N. K. Agrawal
Abstract:
R. F. pollution has been recognized as health hazard in India in the prevailing circumstances. There is lot of hue and cry against cellular towers installed in residential area. Recently high court in India has issued an order not to install towers in residential areas. For meeting the exponential demand of cellular communication in India this will be a set back for future growth. An appropriate s…
▽ More
R. F. pollution has been recognized as health hazard in India in the prevailing circumstances. There is lot of hue and cry against cellular towers installed in residential area. Recently high court in India has issued an order not to install towers in residential areas. For meeting the exponential demand of cellular communication in India this will be a set back for future growth. An appropriate solution has to be developed for meeting demand as well as RF pollution concern of the society. This paper deals with the installation of low power base stations in residential areas instead of high power macro cell base stations. Macro stations are proposed to be used for fast traffic, low power micro cell for a slow traffic / pedestrian and pico cell / femto cell for indoor use. These cells will be in hierarchical structure along with adaptive frequency allocation techniques and A-SDMA approach.
△ Less
Submitted 10 April, 2012;
originally announced April 2012.
-
An Intelligent Approach for Dense Urban Area in existing 2G / 2.5G
Authors:
Sumit Katiyar,
Prof. R. K. Jain,
Prof. N. K. Agrawal
Abstract:
In the prevailing scenario audio, video, data services (i.e. internet), multimedia and broadcasting etc. are being integrated. Decreasing cell size increases capacity but at the same time increases fluctuation and interference too. The intelligence approach is the only answer in developing countries where frequency and power are scarce resources. In this paper, we have tried to integrate all prove…
▽ More
In the prevailing scenario audio, video, data services (i.e. internet), multimedia and broadcasting etc. are being integrated. Decreasing cell size increases capacity but at the same time increases fluctuation and interference too. The intelligence approach is the only answer in developing countries where frequency and power are scarce resources. In this paper, we have tried to integrate all proven technologies in networking such as in-building network, micro zone, intelligent micro cell, deployment along city streets, tunnels, subway coverage etc. along with adaptive frequency allocation in hierarchical approach with the help of adaptive / intelligent antenna system. A-SDMA approach will further enhance spectral efficiency as well as QoS (Quality of Service). It can be proved beyond doubt that this integrated approach will convert 2G / 2.5G systems capable of handling the prevailing demand at reduced cost. In addition to it, integrated approach will save power and reduce RF pollution. In this paper we have explained the ill effect of cellular growth in terms of health hazard and increased power consumption. We have also suggested ways and means to overcome these problems (spectral density / capacity, QoS, power consumption and RF pollution etc.).
△ Less
Submitted 10 April, 2012;
originally announced April 2012.
-
Smart Antenna for Cellular Mobile Communication
Authors:
R. K. Jain,
Sumit Katiyar,
N. K. Agrawal
Abstract:
The adoption of smart / adaptive antenna techniques in future wireless systems is expected to have a significant impact on the efficient use of the spectrum, the minimization of the cost of establishing new wireless networks, the optimization of service quality and realization of transparent operation across multi technology wireless networks [1]. This paper presents brief account on smart antenna…
▽ More
The adoption of smart / adaptive antenna techniques in future wireless systems is expected to have a significant impact on the efficient use of the spectrum, the minimization of the cost of establishing new wireless networks, the optimization of service quality and realization of transparent operation across multi technology wireless networks [1]. This paper presents brief account on smart antenna (SA) system. SAs can place nulls in the direction of interferers via adaptive updating of weights linked to each antenna element. SAs thus cancel out most of the co-channel interference resulting in better quality of reception and lower dropped calls. SAs can also track the user within a cell via direction of arrival algorithms [2]. This paper explains the architecture, evolution and how the smart / adaptive antenna differs from the basic format of antenna. The paper further explains about the radiation pattern of the antenna and why it is highly preferred in its relative field. The capabilities of smart / adaptive antenna are easily employable to Cognitive Radio and OFDMA system.
△ Less
Submitted 9 April, 2012;
originally announced April 2012.
-
R.F. Pollution Reduction in Cellular Communication
Authors:
Sumit Katiyar,
R. K. Jain,
N. K. Agrawal
Abstract:
Erroneous submission in violation of copyright removed by arXiv admin.
Erroneous submission in violation of copyright removed by arXiv admin.
△ Less
Submitted 9 April, 2012;
originally announced April 2012.
-
Proposed Cellular Network for Indian Conditions for Enhancement of Spectral Density and Reduction of Power Consumption & RF Pollution
Authors:
Sumit Katiyar,
R. K. Jain,
N. K. Agarwal
Abstract:
With the exponentially increasing demand for wireless communications the capacity of current cellular systems will soon become incapable of handling the growing traffic. Since radio frequencies are diminishing natural resources, there seems to be a fundamental barrier to further capacity increase. The solution can be found by using smart antenna systems. Smart or adaptive antenna arrays consist of…
▽ More
With the exponentially increasing demand for wireless communications the capacity of current cellular systems will soon become incapable of handling the growing traffic. Since radio frequencies are diminishing natural resources, there seems to be a fundamental barrier to further capacity increase. The solution can be found by using smart antenna systems. Smart or adaptive antenna arrays consist of an array of antenna elements with signal processing capability that optimizes the radiation and reception of a desired signal, dynamically. Smart antenna can place nulls in the direction of interferers via adapting adaptive updating of weights linked to each antenna element. They thus cancel out most of the cochannel interference resulting in better quality of reception and lower dropped calls. Smart antenna can also track the user within a cell via direction of arrival algorithms. This paper focuses on about the smart antenna in hierarchical cell clustering (overlay-underlay) with demand based frequency allocation techniques in cellular mobile radio networks in INDIA.
△ Less
Submitted 17 November, 2011;
originally announced November 2011.
-
Hierarchical Cellular Structures in High-Capacity Cellular Communication Systems
Authors:
R. K. Jain,
Sumit Katiyar,
N. K. Agrawal
Abstract:
In the prevailing cellular environment, it is important to provide the resources for the fluctuating traffic demand exactly in the place and at the time where and when they are needed. In this paper, we explored the ability of hierarchical cellular structures with inter layer reuse to increase the capacity of mobile communication network by applying total frequency hopping (T-FH) and adaptive freq…
▽ More
In the prevailing cellular environment, it is important to provide the resources for the fluctuating traffic demand exactly in the place and at the time where and when they are needed. In this paper, we explored the ability of hierarchical cellular structures with inter layer reuse to increase the capacity of mobile communication network by applying total frequency hopping (T-FH) and adaptive frequency allocation (AFA) as a strategy to reuse the macro and micro cell resources without frequency planning in indoor pico cells [11]. The practical aspects for designing macro- micro cellular overlays in the existing big urban areas are also explained [4]. Femto cells are inducted in macro / micro / pico cells hierarchical structure to achieve the required QoS cost effectively.
△ Less
Submitted 12 October, 2011;
originally announced October 2011.
-
Survey of Latest Wireless Cellular Technologies for Enhancement of Spectral Density at Reduced Cost
Authors:
R. K. Jain,
Sumit Katiyar,
N. K. Agrawal
Abstract:
The future of mobile wireless communication networks will include existing 3rd generation, 4th generation (implemented in Japan, USA, South Korea etc.), 5th generation (based on cognitive radio which implies the whole wireless world interconnection & WISDOM - Wireless innovative System for Dynamic Operating Megacommunications concept), 6th generation (with very high data rates Quality of Service (…
▽ More
The future of mobile wireless communication networks will include existing 3rd generation, 4th generation (implemented in Japan, USA, South Korea etc.), 5th generation (based on cognitive radio which implies the whole wireless world interconnection & WISDOM - Wireless innovative System for Dynamic Operating Megacommunications concept), 6th generation (with very high data rates Quality of Service (QoS) and service applications) and 7th generation (with space roaming). This paper is focused on the specifications of future generations and latest technologies to be used in future wireless mobile communication networks. However keeping in view the general poor masses of India, some of the future generation technologies will be embedded with 2G and 2.5G so that general masses may get the advantage of internet, multimedia services and the operators may get proper revenues with little extra expenditure in the existing mobile communication networks.
△ Less
Submitted 12 October, 2011;
originally announced October 2011.