49 results on '"M, Rajesh"'
Search Results
2. Code Generation for a Variety of Accelerators for a Graph DSL
- Author
-
Kumar, Ashwina, Krishna, M. Venkata, Bartakke, Prasanna, Kumar, Rahul, M, Rajesh Pandian, Behera, Nibedita, and Nasre, Rupesh
- Subjects
Computer Science - Distributed, Parallel, and Cluster Computing - Abstract
Sparse graphs are ubiquitous in real and virtual worlds. With the phenomenal growth in semi-structured and unstructured data, sizes of the underlying graphs have witnessed a rapid growth over the years. Analyzing such large structures necessitates parallel processing, which is challenged by the intrinsic irregularity of sparse computation, memory access, and communication. It would be ideal if programmers and domain-experts get to focus only on the sequential computation and a compiler takes care of auto-generating the parallel code. On the other side, there is a variety in the number of target hardware devices, and achieving optimal performance often demands coding in specific languages or frameworks. Our goal in this work is to focus on a graph DSL which allows the domain-experts to write almost-sequential code, and generate parallel code for different accelerators from the same algorithmic specification. In particular, we illustrate code generation from the StarPlat graph DSL for NVIDIA, AMD, and Intel GPUs using CUDA, OpenCL, SYCL, and OpenACC programming languages. Using a suite of ten large graphs and four popular algorithms, we present the efficacy of StarPlat's versatile code generator., Comment: arXiv admin note: text overlap with arXiv:2305.03317
- Published
- 2024
3. Bounds and extremal graphs for the energy of complex unit gain graphs
- Author
-
Samanta, Aniruddha and Kannan, M. Rajesh
- Subjects
Mathematics - Combinatorics - Abstract
A complex unit gain graph ($ \mathbb{T} $-gain graph), $ \Phi=(G, \varphi) $ is a graph where the gain function $ \varphi $ assigns a unit complex number to each orientation of an edge of $ G $ and its inverse is assigned to the opposite orientation. The associated adjacency matrix $ A(\Phi) $ is defined canonically. The energy $ \mathcal{E}(\Phi) $ of a $ \mathbb{T} $-gain graph $ \Phi $ is the sum of the absolute values of all eigenvalues of $ A(\Phi) $. For any connected triangle-free $ \mathbb{T} $-gain graph $ \Phi $ with the minimum vertex degree $ \delta$, we establish a lower bound $ \mathcal{E}(\Phi)\geq 2\delta$ and characterize the equality. Then, we present a relationship between the characteristic and the matching polynomial of $ \Phi $. Using this, we obtain an upper bound for the energy $ \mathcal{E}(\Phi)\leq 2\mu\sqrt{2\Delta_e+1} $ and characterize the classes of graphs for which the bound sharp, where $ \mu$ and $ \Delta_e$ are the matching number and the maximum edge degree of $ \Phi $, respectively. Further, for any unicyclic graph $ G $, we study the gains for which the gain energy $ \mathcal{E}(\Phi) $ attains the maximum/minimum among all $ \mathbb{T} $-gain graphs defined on $G$.
- Published
- 2023
4. Classification of Dysarthria based on the Levels of Severity. A Systematic Review
- Author
-
Al-Ali, Afnan, Al-Maadeed, Somaya, Saleh, Moutaz, Naidu, Rani Chinnappa, Alex, Zachariah C, Ramachandran, Prakash, Khoodeeram, Rajeev, and M, Rajesh Kumar
- Subjects
Computer Science - Machine Learning - Abstract
Dysarthria is a neurological speech disorder that can significantly impact affected individuals' communication abilities and overall quality of life. The accurate and objective classification of dysarthria and the determination of its severity are crucial for effective therapeutic intervention. While traditional assessments by speech-language pathologists (SLPs) are common, they are often subjective, time-consuming, and can vary between practitioners. Emerging machine learning-based models have shown the potential to provide a more objective dysarthria assessment, enhancing diagnostic accuracy and reliability. This systematic review aims to comprehensively analyze current methodologies for classifying dysarthria based on severity levels. Specifically, this review will focus on determining the most effective set and type of features that can be used for automatic patient classification and evaluating the best AI techniques for this purpose. We will systematically review the literature on the automatic classification of dysarthria severity levels. Sources of information will include electronic databases and grey literature. Selection criteria will be established based on relevance to the research questions. Data extraction will include methodologies used, the type of features extracted for classification, and AI techniques employed. The findings of this systematic review will contribute to the current understanding of dysarthria classification, inform future research, and support the development of improved diagnostic tools. The implications of these findings could be significant in advancing patient care and improving therapeutic outcomes for individuals affected by dysarthria., Comment: no comments
- Published
- 2023
5. A note on the distance and distance signless Laplacian spectral radius of complements of trees
- Author
-
Mahato, Iswar and Kannan, M. Rajesh
- Subjects
Mathematics - Combinatorics - Abstract
In this article, we show that the generalized tree shift operation increases the distance spectral radius, distance signless Laplacian spectral radius, and the $D_\alpha$-spectral radius of complements of trees. As a consequence of this result, we correct an ambiguity in the proofs of some of the known results.
- Published
- 2023
6. StarPlat: A Versatile DSL for Graph Analytics
- Author
-
Behera, Nibedita, Kumar, Ashwina, T, Ebenezer Rajadurai, Nitish, Sai, M, Rajesh Pandian, and Nasre, Rupesh
- Subjects
Computer Science - Distributed, Parallel, and Cluster Computing - Abstract
Graphs model several real-world phenomena. With the growth of unstructured and semi-structured data, parallelization of graph algorithms is inevitable. Unfortunately, due to inherent irregularity of computation, memory access, and communication, graph algorithms are traditionally challenging to parallelize. To tame this challenge, several libraries, frameworks, and domain-specific languages (DSLs) have been proposed to reduce the parallel programming burden of the users, who are often domain experts. However, existing frameworks to model graph algorithms typically target a single architecture. In this paper, we present a graph DSL, named StarPlat, that allows programmers to specify graph algorithms in a high-level format, but generates code for three different backends from the same algorithmic specification. In particular, the DSL compiler generates OpenMP for multi-core, MPI for distributed, and CUDA for many-core GPUs. Since these three are completely different parallel programming paradigms, binding them together under the same language is challenging. We share our experience with the language design. Central to our compiler is an intermediate representation which allows a common representation of the high-level program, from which individual backend code generations begin. We demonstrate the expressiveness of StarPlat by specifying four graph algorithms: betweenness centrality computation, page rank computation, single-source shortest paths, and triangle counting. We illustrate the effectiveness of our approach by comparing the performance of the generated codes with that obtained with hand-crafted library codes. We find that the generated code is competitive to library-based codes in many cases. More importantly, we show the feasibility to generate efficient codes for different target architectures from the same algorithmic specification of graph algorithms., Comment: 30 pages, 21 figures
- Published
- 2023
7. Extremal problems for the eccentricity matrices of complements of trees
- Author
-
Mahato, Iswar and Kannan, M. Rajesh
- Subjects
Mathematics - Combinatorics - Abstract
The eccentricity matrix of a connected graph $G$, denoted by $\mathcal{E}(G)$, is obtained from the distance matrix of $G$ by keeping the largest nonzero entries in each row and each column, and leaving zeros in the remaining ones. The $\mathcal{E}$-eigenvalues of $G$ are the eigenvalues of $\mathcal{E}(G)$, in which the largest one is the $\mathcal{E}$-spectral radius of $G$. The $\mathcal{E}$-energy of $G$ is the sum of the absolute values of all $\mathcal{E}$-eigenvalues of $G$. In this article, we study some of the extremal problems for eccentricity matrices of complements of trees and characterize the extremal graphs. First, we determine the unique tree whose complement has minimum (respectively, maximum) $\mathcal{E}$-spectral radius among the complements of trees. Then, we prove that the $\mathcal{E}$-eigenvalues of the complement of a tree are symmetric about the origin. As a consequence of these results, we characterize the trees whose complement has minimum (respectively, maximum) least $\mathcal{E}$-eigenvalues among the complements of trees. Finally, we discuss the extremal problems for the second largest $\mathcal{E}$-eigenvalue and the $\mathcal{E}$-energy of complements of trees and characterize the extremal graphs. As an application, we obtain a Nordhaus-Gaddum type lower bounds for the second largest $\mathcal{E}$-eigenvalue and $\mathcal{E}$-energy of a tree and its complement., Comment: 18 pages. Preliminary version
- Published
- 2023
8. Minimizers for the energy of eccentricity matrices of trees
- Author
-
Mahato, Iswar and Kannan, M. Rajesh
- Subjects
Mathematics - Combinatorics - Abstract
The eccentricity matrix of a connected graph $G$, denoted by $\mathcal{E}(G)$, is obtained from the distance matrix of $G$ by keeping the largest nonzero entries in each row and each column and leaving zeros in the remaining ones. The eigenvalues of $\mathcal{E}(G)$ are the $\mathcal{E}$-eigenvalues of $G$. The eccentricity energy (or the $\mathcal{E}$-energy) of $G$ is the sum of the absolute values of all $\mathcal{E}$-eigenvalues of $G$. In this article, we determine the unique tree with the minimum second largest $\mathcal{E}$-eigenvalue among all trees on $n$ vertices other than the star. Also, we characterize the trees with minimum $\mathcal{E}$-energy among all trees on $n$ vertices., Comment: 18 Pages
- Published
- 2022
9. Squared distance matrices of trees with matrix weights
- Author
-
Mahato, Iswar and Kannan, M. Rajesh
- Subjects
Mathematics - Combinatorics ,05C22, 05C50 - Abstract
Let $T$ be a tree on $n$ vertices whose edge weights are positive definite matrices of order $s$. The squared distance matrix of $T$, denoted by $\Delta$, is the $ns \times ns$ block matrix with $\Delta_{ij}=d(i,j)^2$, where $d(i,j)$ is the sum of the weights of the edges in the unique $(i,j)$-path. In this article, we obtain a formula for the determinant of $\Delta$ and find ${\Delta}^{-1}$ under some conditions., Comment: Preliminary version. Comments are welcome. 17 pages
- Published
- 2022
10. Signed spectral Tura\'{n} type theorems
- Author
-
Kannan, M. Rajesh and Pragada, Shivaramakrishna
- Subjects
Mathematics - Combinatorics ,05C22, 05C50 - Abstract
A signed graph $\Sigma = (G, \sigma)$ is a graph where the function $\sigma$ assigns either $1$ or $-1$ to each edge of the simple graph $G$. The adjacency matrix of $\Sigma$, denoted by $A(\Sigma)$, is defined canonically. In a recent paper, Wang et al. extended the eigenvalue bounds of Hoffman and Cvetkovi\'{c} for the signed graphs. They proposed an open problem related to the balanced clique number and the largest eigenvalue of a signed graph. We solve a strengthened version of this open problem. As a byproduct, we give alternate proofs for some of the known classical bounds for the least eigenvalues of the unsigned graphs. We extend the Tur\'{a}n's inequality for the signed graphs. Besides, we study the Bollob\'{a}s and Nikiforov conjecture for the signed graphs and show that the conjecture need not be true for the signed graphs. Nevertheless, the conjecture holds for signed graphs under some assumptions. Finally, we study some of the relationships between the number of signed walks and the largest eigenvalue of a signed graph., Comment: Updated version. Title is changed. Typos are fixed
- Published
- 2022
11. On the eccentricity matrices of trees: Inertia and spectral symmetry
- Author
-
Mahato, Iswar and Kannan, M. Rajesh
- Subjects
Mathematics - Combinatorics - Abstract
The \textit{eccentricity matrix} $\mathcal{E}(G)$ of a connected graph $G$ is obtained from the distance matrix of $G$ by keeping the largest non-zero entries in each row and each column, and leaving zeros in the remaining ones. The eigenvalues of $\mathcal{E}(G)$ are the \textit{$\mathcal{E}$-eigenvalues} of $G$. In this article, we find the inertia of the eccentricity matrices of trees. Interestingly, any tree on more than $4$ vertices with odd diameter has two positive and two negative $\mathcal{E}$-eigenvalues (irrespective of the structure of the tree). A tree with even diameter has the same number of positive and negative $\mathcal{E}$-eigenvalues, which is equal to the number of 'diametrically distinguished' vertices (see Definition 3.1). Besides we prove that the spectrum of the eccentricity matrix of a tree is symmetric with respect to the origin if and only if the tree has odd diameter. As an application, we characterize the trees with three distinct $\mathcal{E}$-eigenvalues., Comment: Some of the typos are fixed. Comments are welcome!
- Published
- 2022
12. On the construction of cospectral nonisomorphic bipartite graphs
- Author
-
Kannan, M. Rajesh, Pragada, Shivaramakrishna, and Wankhede, Hitesh
- Subjects
Mathematics - Combinatorics - Abstract
In this article, we construct bipartite graphs which are cospectral for both the adjacency and normalized Laplacian matrices using partitioned tensor product. This extends the construction of Ji, Gong, and Wang \cite{ji-gong-wang}. Our proof of the cospectrality of adjacency matrices simplifies the proof of the bipartite case of Godsil and McKay's construction \cite{godsil-mckay-1976}, and shows that the corresponding normalized Laplacian matrices are also cospectral. We partially characterize the isomorphism in Godsil and McKay's construction, and generalize Ji et al.'s characterization of the isomorphism to biregular bipartite graphs. The essential idea in characterizing the isomorphism uses Hammack's cancellation law as opposed to Hall's marriage theorem used by Ji et al., Comment: 13 pages
- Published
- 2021
- Full Text
- View/download PDF
13. Eccentricity energy change of complete multipartite graphs due to edge deletion
- Author
-
Mahato, Iswar and Kannan, M. Rajesh
- Subjects
Mathematics - Combinatorics - Abstract
The eccentricity matrix $\varepsilon(G)$ of a graph $G$ is obtained from the distance matrix of $G$ by retaining the largest distances in each row and each column, and leaving zeros in the remaining ones. The eccentricity energy of $G$ is sum of the absolute values of the eigenvalues of $\varepsilon(G)$. Although the eccentricity matrices of graphs are closely related to the distance matrices of graphs, a number of properties of eccentricity matrices are substantially different from those of the distance matrices. The change in eccentricity energy of a graph due to an edge deletion is one such property. In this article, we give examples of graphs for which the eccentricity energy increase (resp., decrease) but the distance energy decrease (resp., increase) due to an edge deletion. Also, we prove that the eccentricity energy of the complete $k$-partite graph $K_{n_1,\hdots,n_k}$ with $k\geq 2$ and $ n_i\geq 2$, increases due to an edge deletion., Comment: Preliminary version. 11 pages
- Published
- 2021
14. Bounds for the extremal eigenvalues of gain Laplacian matrices
- Author
-
Kannan, M. Rajesh, Kumar, Navish, and Pragada, Shivaramakrishna
- Subjects
Mathematics - Combinatorics ,05C22(primary), 05C50(secondary) - Abstract
A complex unit gain graph ($\mathbb{T}$-gain graph), $\Phi = (G, \varphi)$ is a graph where the function $\varphi$ assigns a unit complex number to each orientation of an edge of $G$, and its inverse is assigned to the opposite orientation. A $ \mathbb{T} $-gain graph $\Phi$ is balanced if the product of the edge gains of each cycle (with a fixed orientation) is $1$. Signed graphs are special cases of $\mathbb{T}$-gain graphs. The adjacency matrix of $\Phi$, denoted by $ \mathbf{A}(\Phi)$ is defined canonically. The gain Laplacian for $\Phi$ is defined as $\mathbf{L}(\Phi) = \mathbf{D}(\Phi) - \mathbf{A}(\Phi)$, where $\mathbf{D}(\Phi)$ is the diagonal matrix with diagonal entries are the degrees of the vertices of $G$. The minimum number of vertices (resp., edges) to be deleted from $\Phi$ in order to get a balanced gain graph the frustration number (resp, frustration index). We show that frustration number and frustration index are bounded below by the smallest eigenvalue of $\mathbf{L}(\Phi)$. We provide several lower and upper bounds for extremal eigenvalues of $\mathbf{L}(\Phi)$ in terms of different graph parameters such as the number of edges, vertex degrees, and average $2$-degrees. The signed graphs are particular cases of the $\mathbb{T}$-gain graphs, all the bounds established in paper hold for signed graphs. Most of the bounds established here are new for signed graphs. Finally, we perform comparative analysis for all the obtained bounds in the paper with the state-of-the-art bounds available in the literature for randomly generated Erd\H{o}s-Re\'yni graphs. Some of the major highlights of our paper are the gain-dependent bounds, limit convergence of the bounds to the extremal eigenvalues, and optimal extremal bounds obtained by posing optimization problems to achieve the best possible bounds., Comment: Preliminary version. 32 pages
- Published
- 2021
15. Gain distance matrices for complex unit gain graphs
- Author
-
Samanta, Aniruddha and Kannan, M. Rajesh
- Subjects
Mathematics - Combinatorics - Abstract
A complex unit gain graph ($ \mathbb{T} $-gain graph), $ \Phi=(G, \varphi) $ is a graph where the function $ \varphi $ assigns a unit complex number to each orientation of an edge of $ G $, and its inverse is assigned to the opposite orientation. %A complex unit gain graph($ \mathbb{T} $-gain graph) is a simple graph where each orientation of an edge is given a complex unit, and its inverse is assigned to the opposite orientation of the edge. In this article, we propose gain distance matrices for $ \mathbb{T} $-gain graphs. These notions generalize the corresponding known concepts of distance matrices and signed distance matrices. Shahul K. Hameed et al. introduced signed distance matrices and developed their properties. Motivated by their work, we establish several spectral properties, including some equivalences between balanced $ \mathbb{T} $-gain graphs and gain distance matrices. Furthermore, we introduce the notion of positively weighted $ \mathbb{T} $-gain graphs and study some of their properties. Using these properties, Acharya's and Stani\'c's spectral criteria for balance are deduced. Moreover, the notions of order independence and distance compatibility are studied. Besides, we obtain some characterizations for distance compatibility., Comment: 20 pages; 2 figures
- Published
- 2021
16. On the multiplicity of $A{\alpha}$-eigenvalues and the rank of complex unit gain graphs
- Author
-
Samanta, Aniruddha and Kannan, M. Rajesh
- Subjects
Mathematics - Combinatorics ,05C50, 05C22, 05C35 - Abstract
Let $ \Phi=(G, \varphi) $ be a connected complex unit gain graph ($ \mathbb{T} $-gain graph) on a simple graph $ G $ with $ n $ vertices and maximum vertex degree $ \Delta $. The associated adjacency matrix and degree matrix are denoted by $ A(\Phi) $ and $ D(\Phi) $, respectively. Let $ m_{\alpha}(\Phi,\lambda) $ be the multiplicity of $ \lambda $ as an eigenvalue of $ A_{\alpha}(\Phi) :=\alpha D(\Phi)+(1-\alpha)A(\Phi)$, for $ \alpha\in[0,1) $. In this article, we establish that $ m_{\alpha}(\Phi, \lambda)\leq \frac{(\Delta-2)n+2}{\Delta-1}$, and characterize the classes of graphs for which the equality hold. Furthermore, we establish a couple of bounds for the rank of $A(\Phi)$ in terms of the maximum vertex degree and the number of vertices. One of the main results extends a result known for unweighted graphs and simplifies the proof in [15], and other results provide better bounds for $r(\Phi)$ than the bounds known in [8].
- Published
- 2021
17. Normalized Laplacians for Gain Graphs
- Author
-
Kannan, M. Rajesh, Kumar, Navish, and Pragada, Shivaramakrishna
- Subjects
Mathematics - Combinatorics - Abstract
We propose the notion of normalized Laplacian matrix $\mathcal{L}(\Phi)$ for a gain graphs and study its properties in detail, providing insights and counterexamples along the way. We establish bounds for the eigenvalues of $\mathcal{L}(\Phi)$ and characterize the classes of graphs for which equality holds. The relationships between the balancedness, bipartiteness, and their connection to the spectrum of $\mathcal{L}(\Phi)$ are also studied. Besides, we extend the edge version of eigenvalue interlacing for the gain graphs. Thereupon, we determine the coefficients for the characteristic polynomial of $\mathcal{L}(\Phi)$., Comment: 20 Pages
- Published
- 2020
18. Interval hulls of $N$-matrices and almost $P$-matrices
- Author
-
Choudhury, Projesh Nath and Kannan, M. Rajesh
- Subjects
Mathematics - Rings and Algebras ,Mathematics - Numerical Analysis ,15B48, 15A24, 65G30 - Abstract
We establish a characterization of almost $P$-matrices via a sign non-reversal property. In this we are inspired by the analogous results for $N$-matrices. Next, the interval hull of two $m \times n$ matrices $A=(a_{ij})$ and $B = (b_{ij})$, denoted by $\mathbb{I}(A,B)$, is the collection of all matrices $C \in \mathbb{R}^{m \times n}$ such that each $c_{ij}$ is a convex combination of $a_{ij}$ and $b_{ij}$. Using the sign non-reversal property, we identify a finite subset of $\mathbb{I}(A,B)$ that determines if all matrices in $\mathbb{I}(A,B)$ are $N$-matrices/almost $P$-matrices. This provides a test for an entire class of matrices simultaneously to be $N$-matrices/almost $P$-matrices. We also establish analogous results for semipositive and minimally semipositive matrices. These characterizations may be considered similar in spirit to that of $P$-matrices by Bialas-Garloff [Linear Algebra Appl. 1984] and Rohn-Rex [SIMAX 1996], and of positive definite matrices by Rohn [SIMAX 1994].
- Published
- 2020
19. On the $A_{\alpha}$-spectra of some join graphs
- Author
-
Basunia, Mainak, Mahato, Iswar, and Kannan, M. Rajesh
- Subjects
Mathematics - Combinatorics ,05C50, 05C05 - Abstract
Let $G$ be a simple, connected graph and let $A(G)$ be the adjacency matrix of $G$. If $D(G)$ is the diagonal matrix of the vertex degrees of $G$, then for every real $\alpha \in [0,1]$, the matrix $A_{\alpha}(G)$ is defined as $$A_{\alpha}(G) = \alpha D(G) + (1- \alpha) A(G).$$ The eigenvalues of the matrix $A_{\alpha}(G)$ form the $A_{\alpha}$-spectrum of $G$. Let $G_1 \dot{\vee} G_2$, $G_1 \underline{\vee} G_2$, $G_1 \langle \textrm{v} \rangle G_2$ and $G_1 \langle \textrm{e} \rangle G_2$ denote the subdivision-vertex join, subdivision-edge join, $R$-vertex join and $R$-edge join of two graphs $G_1$ and $G_2$, respectively. In this paper, we compute the $A_{\alpha}$-spectra of $G_1 \dot{\vee} G_2$, $G_1 \underline{\vee} G_2$, $G_1 \langle \textrm{v} \rangle G_2$ and $G_1 \langle \textrm{e} \rangle G_2$ for a regular graph $G_1$ and an arbitrary graph $G_2$ in terms of their $A_{\alpha}$-eigenvalues. As an application of these results, we construct infinitely many pairs of $A_{\alpha}$-cospectral graphs.
- Published
- 2020
20. Sign non-reversal property for totally non-negative and totally positive matrices, and testing total positivity of their interval hull
- Author
-
Choudhury, Projesh Nath, Kannan, M. Rajesh, and Khare, Apoorva
- Subjects
Mathematics - Rings and Algebras ,Mathematics - Numerical Analysis ,15B48 (primary), 15A24, 65G30 (secondary) - Abstract
A matrix $A$ is totally positive (or non-negative) of order $k$, denoted $TP_k$ (or $TN_k$), if all minors of size $\leq k$ are positive (or non-negative). It is well-known that such matrices are characterized by the variation diminishing property together with the sign non-reversal property. We do away with the former, and show that $A$ is $TP_k$ if and only if every submatrix formed from at most $k$ consecutive rows and columns has the sign non-reversal property. In fact this can be strengthened to only consider test vectors in $\mathbb{R}^k$ with alternating signs. We also show a similar characterization for all $TN_k$ matrices - more strongly, both of these characterizations use a single vector (with alternating signs) for each square submatrix. These characterizations are novel, and similar in spirit to the fundamental results characterizing $TP$ matrices by Gantmacher-Krein [Compos. Math. 1937] and $P$-matrices by Gale-Nikaido [Math. Ann. 1965]. As an application, we study the interval hull $\mathbb{I}(A,B)$ of two $m \times n$ matrices $A=(a_{ij})$ and $B = (b_{ij})$. This is the collection of $C \in \mathbb{R}^{m \times n}$ such that each $c_{ij}$ is between $a_{ij}$ and $b_{ij}$. Using the sign non-reversal property, we identify a two-element subset of $\mathbb{I}(A,B)$ that detects the $TP_k$ property for all of $\mathbb{I}(A,B)$ for arbitrary $k \geq 1$. In particular, this provides a test for total positivity (of any order), simultaneously for an entire class of rectangular matrices. In parallel, we also provide a finite set to test the total non-negativity (of any order) of an interval hull $\mathbb{I}(A,B)$., Comment: Final version, to appear in Bulletin of the London Mathematical Society. 9 pages, no figures
- Published
- 2020
- Full Text
- View/download PDF
21. Complex Wavelet SSIM based Image Data Augmentation
- Author
-
Raveendran, Ritin, Singh, Aviral, and M, Rajesh Kumar
- Subjects
Computer Science - Computer Vision and Pattern Recognition - Abstract
One of the biggest problems in neural learning networks is the lack of training data available to train the network. Data augmentation techniques over the past few years, have therefore been developed, aiming to increase the amount of artificial training data with the limited number of real world samples. In this paper, we look particularly at the MNIST handwritten dataset an image dataset used for digit recognition, and the methods of data augmentation done on this data set. We then take a detailed look into one of the most popular augmentation techniques used for this data set elastic deformation; and highlight its demerit of degradation in the quality of data, which introduces irrelevant data to the training set. To decrease this irrelevancy, we propose to use a similarity measure called Complex Wavelet Structural Similarity Index Measure (CWSSIM) to selectively filter out the irrelevant data before we augment the data set. We compare our observations with the existing augmentation technique and find our proposed method works yields better results than the existing technique.
- Published
- 2020
22. Bounds for a solution set of linear complementarity problems over Hilbert spaces
- Author
-
Choudhury, Projesh Nath, Kannan, M. Rajesh, and Sivakumar, K. C.
- Subjects
Mathematics - Functional Analysis ,47A99, 90C48 - Abstract
Let $H$ be a real Hilbert space. In this short note, using some of the properties of bounded linear operators with closed range defined on $H$, certain bounds for a specific convex subset of the solution set of infinite linear complementarity problems, are established.
- Published
- 2020
23. Bounds for the energy of a complex unit gain graph
- Author
-
Samanta, Aniruddha and Kannan, M. Rajesh
- Subjects
Mathematics - Combinatorics ,Mathematics - Spectral Theory ,05C50, 05C22, 05C35 - Abstract
A $\mathbb{T}$-gain graph, $\Phi = (G, \varphi)$, is a graph in which the function $\varphi$ assigns a unit complex number to each orientation of an edge, and its inverse is assigned to the opposite orientation. The associated adjacency matrix $ A(\Phi) $ is defined canonically. The energy $ \mathcal{E}(\Phi) $ of a $ \mathbb{T} $-gain graph $ \Phi $ is the sum of the absolute values of all eigenvalues of $ A(\Phi) $. We study the notion of energy of a vertex of a $ \mathbb{T} $-gain graph, and establish bounds for it. For any $ \mathbb{T} $-gain graph $ \Phi$, we prove that $2\tau(G)-2c(G) \leq \mathcal{E}(\Phi) \leq 2\tau(G)\sqrt{\Delta(G)}$, where $ \tau(G), c(G)$ and $ \Delta(G)$ are the vertex cover number, the number of odd cycles and the largest vertex degree of $ G $, respectively. Furthermore, using the properties of vertex energy, we characterize the classes of $ \mathbb{T} $-gain graphs for which $ \mathcal{E}(\Phi)=2\tau(G)-2c(G) $ holds. Also, we characterize the classes of $ \mathbb{T} $-gain graphs for which $\mathcal{E}(\Phi)= 2\tau(G)\sqrt{\Delta(G)} $ holds. This characterization solves a general version of an open problem. In addition, we establish bounds for the energy in terms of the spectral radius of the associated adjacency matrix., Comment: 31 pages, 4 figures
- Published
- 2020
24. On dense subsets of matrices with distinct eigenvalues and distinct singular values
- Author
-
Das, Himadri Lal and Kannan, M. Rajesh
- Subjects
Mathematics - Functional Analysis ,15A15, 15A18 - Abstract
It is well known that the set of all $ n \times n $ matrices with distinct eigenvalues is a dense subset of the set of all real or complex $ n \times n $ matrices. In [Hartfiel, D. J. Dense sets of diagonalizable matrices. Proc. Amer. Math. Soc., 123(6): 1669-1672, 1995.], the author established a necessary and sufficient condition for a subspace of the set of all $n \times n$ matrices to have a dense subset of matrices with distinct eigenvalues. We are interested in finding a few necessary and sufficient conditions for a subset of the set of all $n \times n$ real or complex matrices to have a dense subset of matrices with distinct eigenvalues. Some of our results are generalizing the results of Hartfiel. Also, we study the existence of dense subsets of matrices with distinct singular values, distinct analytic eigenvalues, and distinct analytic singular values, respectively, in the subsets of the set of all real or complex matrices., Comment: 20 pages
- Published
- 2020
25. On the construction of cospectral graphs for the adjacency and normalized Laplacian matrices
- Author
-
Kannan, M. Rajesh and Pragada, Shivaramakrishna
- Subjects
Mathematics - Combinatorics ,05C50 - Abstract
In [Steve Butler. A note about cospectral graphs for the adjacency and normalized Laplacian matrices. Linear Multilinear Algebra, 58(3-4):387-390, 2010.], Butler constructed a family of bipartite graphs, which are cospectral for both the adjacency and the normalized Laplacian matrices. In this article, we extend this construction for generating larger classes of bipartite graphs, which are cospectral for both the adjacency and the normalized Laplacian matrices. Also, we provide a couple of constructions of non-bipartite graphs, which are cospectral for the adjacency matrices but not necessarily for the normalized Laplacian matrices.
- Published
- 2020
26. OMAP-L138 LCDK Development Kit
- Author
-
P, Bharath K, K, Sylash, K, Pravina, and M, Rajesh Kumar
- Subjects
Electrical Engineering and Systems Science - Audio and Speech Processing ,Computer Science - Sound - Abstract
Low cost and low power consumption processor play a vital role in the field of Digital Signal Processing (DSP). The OMAP-L138 development kit which is low cost, low power consumption, ease and speed, with a wide variety of applications includes Digital signal processing, Image processing and video processing. This paper represents the basic introduction to OMAP-L138 processor and quick procedural steps for real time and non-real time implementations with a set of programs. The real time experiments are based on audio in the applications of audio loopback, delay and echo. Whereas the non-real time experiments are generation of a sine wave, low pass and high pass filter.
- Published
- 2020
27. Data hiding in speech signal using steganography and encryption
- Author
-
N, Hanisha Chowdary, K, Karan, P, Bharath K, and M, Rajesh Kumar
- Subjects
Computer Science - Multimedia - Abstract
Data privacy and data security are always on highest priority in the world. We need a reliable method to encrypt the data so that it reaches the destination safely. Encryption is a simple yet effective way to protect our data while transmitting it to a destination. The proposed method has state of art technology of steganography and encryption. This paper puts forward a different approach for data hiding in speech signals. A ten-digit number within speech signal using audio steganography and encrypting it with a unique key for better security. At the receiver end the same unique key is used to decrypt the received signal and then hidden numbers are extracted. The proposed approach performance can be evaluated by PSNR, MSE, SSIM and bit-error rate. The simulation results give better performance compared to existing approach.
- Published
- 2020
28. Radial Based Analysis of GRNN in Non-Textured Image Inpainting
- Author
-
R, Karthik, Dwivedi, Anvita, M, Haripriya, P, Bharath K, and M, Rajesh Kumar
- Subjects
Computer Science - Computer Vision and Pattern Recognition - Abstract
Image inpainting algorithms are used to restore some damaged or missing information region of an image based on the surrounding information. The method proposed in this paper applies the radial based analysis of image inpainting on GRNN. The damaged areas are first isolated from rest of the areas and then arranged by their size and then inpainted using GRNN. The training of the neural network is done using different radii to achieve a better outcome. A comparative analysis is done for different regression-based algorithms. The overall results are compared with the results achieved by the other algorithms as LS-SVM with reference to the PSNR value.
- Published
- 2020
29. Handwritten Character Recognition Using Unique Feature Extraction Technique
- Author
-
Ayyadevara, Sai Abhishikth, Teja, P N V Sai Ram, P, Bharath K, and M, Rajesh Kumar
- Subjects
Computer Science - Computer Vision and Pattern Recognition - Abstract
One of the most arduous and captivating domains under image processing is handwritten character recognition. In this paper we have proposed a feature extraction technique which is a combination of unique features of geometric, zone-based hybrid, gradient features extraction approaches and three different neural networks namely the Multilayer Perceptron network using Backpropagation algorithm (MLP BP), the Multilayer Perceptron network using Levenberg-Marquardt algorithm (MLP LM) and the Convolutional neural network (CNN) which have been implemented along with the Minimum Distance Classifier (MDC). The procedures lead to the conclusion that the proposed feature extraction algorithm is more accurate than its individual counterparts and also that Convolutional Neural Network is the most efficient neural network of the three in consideration.
- Published
- 2020
30. On the eigenvalue region of permutative doubly stochastic matrices
- Author
-
Mandal, Amrita, Adhikari, Bibhas, and Kannan, M. Rajesh
- Subjects
Mathematics - Combinatorics ,15A18, 15A29, 15B51 - Abstract
This paper is devoted to the study of eigenvalue region of the doubly stochastic matrices which are also permutative, that is, each row of such a matrix is a permutation of any other row. We call these matrices as permutative doubly stochastic (PDS) matrices. A method is proposed to obtain symbolic representation of all PDS matrices of order $n$ by finding equivalence classes of permutationally similar symbolic PDS matrices. This is a hard problem in general as it boils down to finding all Latin squares of order $n.$ However, explicit symbolic representation of matrices in these classes are determined in this paper when $n=2, 3, 4.$ It is shown that eigenvalue regions are same for doubly stochastic matrices and PDS matrices when $n=2, 3.$ It is also established that this is no longer true for $n=4,$ and two line segments are determined which belong to the eigenvalue region of doubly stochastic matrices but not in the eigenvalue region of PDS matrices. Thus a conjecture is developed for the boundary of the eigenvalue region of PDS matrices of order $4.$ Finally, inclusion theorems for eigenvalue region of PDS matrices are proved when $n\geq 2.$, Comment: 37 pages, some new results are added, title is changed
- Published
- 2019
31. On the spectral radius and the energy of eccentricity matrix of a graph
- Author
-
Mahato, Iswar, Gurusamy, R., Kannan, M. Rajesh, and Arockiaraj, S.
- Subjects
Mathematics - Combinatorics - Abstract
The eccentricity matrix $\varepsilon(G)$ of a graph $G$ is obtained from the distance matrix by retaining the eccentricities (the largest distance) in each row and each column. In this paper, we give a characterization of the star graph, among the trees, in terms of invertibility of the associated eccentricity matrix. The largest eigenvalue of $\varepsilon(G)$ is called the $\varepsilon$-spectral radius, and the eccentricity energy (or the $\varepsilon$-energy) of $G$ is the sum of the absolute values of the eigenvalues of $\varepsilon(G)$. We establish some bounds for the $\varepsilon$-spectral radius and characterize the extreme graphs. Two graphs are said to be $\varepsilon$-equienergetic if they have the same $\varepsilon$-energy. For any $n \geq 5$, we construct a pair of $\varepsilon$-equienergetic graphs on $n$ vertices, which are not $\varepsilon$-cospectral., Comment: 11 Pages
- Published
- 2019
32. On the spectrum of complex unit gain graph
- Author
-
Samanta, Aniruddha and Kannan, M. Rajesh
- Subjects
Mathematics - Combinatorics - Abstract
A $\mathbb{T}$-gain graph is a simple graph in which a unit complex number is assigned to each orientation of an edge, and its inverse is assigned to the opposite orientation. The associated adjacency matrix is defined canonically, and is called $\mathbb{T}$-gain adjacency matrix. Let $\mathbb{T}_{G} $ denote the collection of all $\mathbb{T}$-gain adjacency matrices on a graph $G$. In this article, we study the cospectrality of matrices in $\mathbb{T}_{G} $ and we establish equivalent conditions for a graph $G$ to be a tree in terms of the spectrum and the spectral radius of matrices in $\mathbb{T}_{G} $. We identify a class of connected graphs $\mathfrak{F^{'}}$ such that for each $G \in \mathfrak{F^{'}}$, the matrices in $\mathbb{T}_G$ have nonnegative real part up to diagonal unitary similarity. Then we establish bounds for the spectral radius of $\mathbb{T}$-gain adjacency matrices on $ G \in \mathfrak{F^{'}} $ in terms of their largest eigenvalues. Thereupon, we characterize $\mathbb{T}$-gain graphs for which the spectral radius of the associated $\mathbb{T}$-gain adjacency matrices equal to the largest vertex degree of the underlying graph. These bounds generalize results known for the spectral radius of Hermitian adjacency matrices of digraphs and provide an alternate proof of a result about the sharpness of the bound in terms of largest vertex degree established in [Krystal Guo, Bojan Mohar. Hermitian adjacency matrix of digraphs and mixed graphs. J. Graph Theory 85 (2017), no. 1, 217-248.]., Comment: Comments are welcome!
- Published
- 2019
33. Spectra of eccentricity matrices of graphs
- Author
-
Mahato, Iswar, Gurusamy, R., Kannan, M. Rajesh, and Arockiaraj, S.
- Subjects
Mathematics - Combinatorics ,Mathematics - Spectral Theory ,05C12, 05C50 - Abstract
The eccentricity matrix of a connected graph $G$ is obtained from the distance matrix of $G$ by retaining the largest distances in each row and each column, and setting the remaining entries as $0$. In this article, a conjecture about the least eigenvalue of eccentricity matrices of trees, presented in the article [Jianfeng Wang, Mei Lu, Francesco Belardo, Milan Randic. The anti-adjacency matrix of a graph: Eccentricity matrix. Discrete Applied Mathematics, 251: 299-309, 2018.], is solved affirmatively. In addition to this, the spectra and the inertia of eccentricity matrices of various classes of graphs are investigated., Comment: Comments are welcome!
- Published
- 2019
- Full Text
- View/download PDF
34. Eigenvalue bounds for some classes of matrices associated with graphs
- Author
-
Mehatari, Ranjit and Kannan, M. Rajesh
- Subjects
Mathematics - Combinatorics ,Mathematics - Spectral Theory ,05C50 - Abstract
For a given complex square matrix $A$ with constant row sum, we establish two new eigenvalue inclusion sets. Using these bounds, first we derive bounds for the second largest and smallest eigenvalues of adjacency matrices of $k$-regular graphs. Then, we establish some bounds for the second largest and the smallest eigenvalues of the normalized adjacency matrices of graphs and the second smallest eigenvalue and the largest eigenvalue of the Laplacian matrices of graphs. Sharpness of these bounds are verified by examples., Comment: Comments are welcome!
- Published
- 2018
35. On the adjacency matrix of a complex unit gain graph
- Author
-
Mehatari, Ranjit, Kannan, M. Rajesh, and Samanta, Aniruddha
- Subjects
Mathematics - Combinatorics ,05C50, 05C22 - Abstract
A complex unit gain graph is a simple graph in which each orientation of an edge is given a complex number with modulus 1 and its inverse is assigned to the opposite orientation of the edge. In this article, first we establish bounds for the eigenvalues of the complex unit gain graphs. Then we study some of the properties of the adjacency matrix of complex unit gain graph in connection with the characteristic and the permanental polynomials. Then we establish spectral properties of the adjacency matrices of complex unit gain graphs. In particular, using Perron-Frobenius theory, we establish a characterization for bipartite graphs in terms of the set of eigenvalues of gain graph and the set of eigenvalues of the underlying graph. Also, we derive an equivalent condition on the gain so that the eigenvalues of the gain graph and the eigenvalues of the underlying graph are the same., Comment: 14 pages, 2 figures
- Published
- 2018
36. Intensity and Rescale Invariant Copy Move Forgery Detection Techniques
- Author
-
K, Tejas, C, Swathi, and M, Rajesh Kumar
- Subjects
Computer Science - Computer Vision and Pattern Recognition - Abstract
In this contemporary world digital media such as videos and images behave as an active medium to carry valuable information across the globe on all fronts. However there are several techniques evolved to tamper the image which has made their authenticity untrustworthy. CopyMove Forgery CMF is one of the most common forgeries present in an image where a cluster of pixels are duplicated in the same image with potential postprocessing techniques. Various state-of-art techniques are developed in the recent years which are effective in detecting passive image forgery. However most methods do fail when the copied image is rescaled or added with certain intensity before being pasted due to de-synchronization of pixels in the searching process. To tackle this problem the paper proposes distinct novel algorithms which recognize a unique approach of using Hus invariant moments and Discreet Cosine Transformations DCT to attain the desired rescale invariant and intensity invariant CMF detection techniques respectively. The experiments conducted quantitatively and qualitatively demonstrate the effectiveness of the algorithm., Comment: Further research is active on this paper in VIT University. Hence, the paper is yet not published
- Published
- 2018
37. A note on linear preservers on semipositive and minimal semipositive matrices
- Author
-
Choudhury, Projesh Nath, Kannan, M. Rajesh, and Sivakumar, K. C.
- Subjects
Mathematics - Functional Analysis ,15A86, 15B48 - Abstract
Semipositive matrices (matrices that map at least one nonnegative vector to a positive vector) and minimally semipositive matrices (semipositive matrices whose no column-deleted submatrix is semipositive) are well studied in matrix theory. In this short note, we study the structure of linear maps which preserve the set of all semipositive and minimal semipositive matrices.
- Published
- 2018
38. Copy Move Forgery using Hus Invariant Moments and Log Polar Transformations
- Author
-
K, Tejas, C, Swathi, and M, Rajesh Kumar
- Subjects
Computer Science - Computer Vision and Pattern Recognition - Abstract
With the increase in interchange of data, there is a growing necessity of security. Considering the volumes of digital data that is transmitted, they are in need to be secure. Among the many forms of tampering possible, one widespread technique is Copy Move Forgery CMF. This forgery occurs when parts of the image are copied and duplicated elsewhere in the same image. There exist a number of algorithms to detect such a forgery in which the primary step involved is feature extraction. The feature extraction techniques employed must have lesser time and space complexity involved for an efficient and faster processing of media. Also, majority of the existing state of art techniques often tend to falsely match similar genuine objects as copy move forged during the detection process. To tackle these problems, the paper proposes a novel algorithm that recognizes a unique approach of using Hus Invariant Moments and Log polar Transformations to reduce feature vector dimension to one feature per block simultaneously detecting CMF among genuine similar objects in an image. The qualitative and quantitative results obtained demonstrate the effectiveness of this algorithm., Comment: This paper was submitted, accepted and presented in the 3rd International Conference on RTEICT, IEEE Conference
- Published
- 2018
39. Resistance matrices of graphs with matrix weights
- Author
-
Atik, Fouzul, Bapat, Ravindra B, and Kannan, M. Rajesh
- Subjects
Mathematics - Combinatorics ,05C50 - Abstract
The \emph{resistance matrix} of a simple connected graph $G$ is denoted by $R$, and is defined by $R =(r_{ij})$, where $r_{ij}$ is the resistance distance between the vertices $i$ and $j$ of $G$. In this paper, we consider the resistance matrix of weighted graph with edge weights being positive definite matrices of same size. We derive a formula for the determinant and the inverse of the resistance matrix. Then, we establish an interlacing inequality for the eigenvalues of resistance and Laplacian matrices. Using this interlacing inequality, we obtain the inertia of the resistance matrix.
- Published
- 2018
40. Implementation of Neural Network and feature extraction to classify ECG signals
- Author
-
Karthik, R, Tyagi, Dhruv, Raut, Amogh, Saxena, Soumya, and M, Rajesh Kumar
- Subjects
Computer Science - Neural and Evolutionary Computing - Abstract
This paper presents a suitable and efficient implementation of a feature extraction algorithm (Pan Tompkins algorithm) on electrocardiography (ECG) signals, for detection and classification of four cardiac diseases: Sleep Apnea, Arrhythmia, Supraventricular Arrhythmia and Long Term Atrial Fibrillation (AF) and differentiating them from the normal heart beat by using pan Tompkins RR detection followed by feature extraction for classification purpose .The paper also presents a new approach towards signal classification using the existing neural networks classifiers., Comment: SPRINGER LNEE
- Published
- 2018
41. Sentiment Analysis on Speaker Specific Speech Data
- Author
-
S, Maghilnan and M, Rajesh Kumar
- Subjects
Computer Science - Computation and Language ,Computer Science - Sound ,Electrical Engineering and Systems Science - Audio and Speech Processing - Abstract
Sentiment analysis has evolved over past few decades, most of the work in it revolved around textual sentiment analysis with text mining techniques. But audio sentiment analysis is still in a nascent stage in the research community. In this proposed research, we perform sentiment analysis on speaker discriminated speech transcripts to detect the emotions of the individual speakers involved in the conversation. We analyzed different techniques to perform speaker discrimination and sentiment analysis to find efficient algorithms to perform this task., Comment: Accepted and Published in 2017 IEEE International Conference on Intelligent Computing and Control (I2C2), 23 Jun - 24 Jun 2017, India
- Published
- 2018
42. Automatic Phone Slip Detection System
- Author
-
R, Karthik, Satapath, Preetam, Patnaik, Srivatsa, Priyadarshi, Saurabh, and M, Rajesh Kumar
- Subjects
Computer Science - Computers and Society - Abstract
Mobile phones are becoming increasingly advanced and the latest ones are equipped with many diverse and powerful sensors. These sensors can be used to study different position and orientation of the phone which can help smartphone manufacture to track about their customers handling from the recorded log. The inbuilt sensors such as the accelerometer and gyroscope present in our phones are used to obtain data for acceleration and orientation of the phone in the three axes for different phone vulnerable position. From the data obtained appropriate features are extracted using various feature extraction techniques. The extracted features are then given to classifier such as neural network to classify them and decide whether the phone is in a vulnerable position to fall or it is in a safe position .In this paper we mainly concentrated on various case of handling the smartphone and classified by training the neural network., Comment: Accepted for publication in Springer LNEE
- Published
- 2018
43. A text-independent speaker verification model: A comparative analysis
- Author
-
Charan, Rishi, A, Manisha., R, Karthik., and M, Rajesh Kumar
- Subjects
Computer Science - Sound ,Electrical Engineering and Systems Science - Audio and Speech Processing - Abstract
The most pressing challenge in the field of voice biometrics is selecting the most efficient technique of speaker recognition. Every individual's voice is peculiar, factors like physical differences in vocal organs, accent and pronunciation contributes to the problem's complexity. In this paper, we explore the various methods available in each block in the process of speaker recognition with the objective to identify best of techniques that could be used to get precise results. We study the results on text independent corpora. We use MFCC (Melfrequency cepstral coefficient), LPCC (linear predictive cepstral coefficient) and PLP (perceptual linear prediction) algorithms for feature extraction, PCA (Principal Component Analysis) and tSNE for dimensionality reduction and SVM (Support Vector Machine), feed forward, nearest neighbor and decision tree algorithms for classification block in speaker recognition system and comparatively analyze each block to determine the best technique, Comment: presented and accepted by 2017 International Conference on Intelligent Computing and Control (I2C2)
- Published
- 2017
44. Efficient Licence Plate Detection By Unique Edge Detection Algorithm and Smarter Interpretation Through IoT
- Author
-
K, Tejas, K, Ashok Reddy, D, Pradeep Reddy, and M, Rajesh Kumar
- Subjects
Computer Science - Neural and Evolutionary Computing - Abstract
Vehicles play a vital role in modern day transportation systems. Number plate provides a standard means of identification for any vehicle. To serve this purpose, automatic licence plate recognition system was developed. This consisted of four major steps: Pre-processing of the obtained image, extraction of licence plate region, segmentation and character recognition. In earlier research, direct application of Sobel edge detection algorithm or applying threshold were used as key steps to extract the licence plate region, which does not produce effective results when the captured image is subjected to the high intensity of light. The use of morphological operations causes deformity in the characters during segmentation. We propose a novel algorithm to tackle the mentioned issues through a unique edge detection algorithm. It is also a tedious task to create and update the database of required vehicles frequently. This problem is solved by the use of Internet of things(IOT) where an online database can be created and updated from any module instantly. Also, through IoT, we connect all the cameras in a geographical area to one server to create a universal eye which drastically increases the probability of tracing a vehicle over having manual database attached to each camera for identification purpose., Comment: Paper has been submitted to SocPros17, 7th international conference on soft computing and problem solving, Scopus indexed. If accepted paper will be published in AISC series SPRINGER. Some of the extended/modified selected quality papers will be published in a Special Issue of 'Swarm and Evolutionary Computation journal, Elsevier (SCI). 10 pages
- Published
- 2017
45. On distance and Laplacian matrices of trees with matrix weights
- Author
-
Atik, Fouzul, Kannan, M. Rajesh, and Bapat, R. B.
- Subjects
Mathematics - Combinatorics - Abstract
The \emph{distance matrix} of a simple connected graph $G$ is $D(G)=(d_{ij})$, where $d_{ij}$ is the distance between the vertices $i$ and $j$ in $G$. We consider a weighted tree $T$ on $n$ vertices with edge weights are square matrix of same size. The distance $d_{ij}$ between the vertices $i$ and $j$ is the sum of the weight matrices of the edges in the unique path from $i$ to $j$. In this article we establish a characterization for the trees in terms of rank of (matrix) weighted Laplacian matrix associated with it. Then we establish a necessary and sufficient condition for the distance matrix $D$, with matrix weights, to be invertible and the formula for the inverse of $D$, if it exists. Also we study some of the properties of the distance matrices of matrix weighted trees in connection with the Laplacian matrices, g-inverses and eigenvalues.
- Published
- 2017
46. High Capacity, Secure (n, n/8) Multi Secret Image Sharing Scheme with Security Key
- Author
-
Reddy, Karthik, K, Tejas, C, Swathi, K, Ashok, and M, Rajesh Kumar
- Subjects
Computer Science - Cryptography and Security - Abstract
The rising need of secret image sharing with high security has led to much advancement in lucrative exchange of important images which contain vital and confidential information. Multi secret image sharing system (MSIS) is an efficient and robust method for transmitting one or more secret images securely. In recent research, n secret images are encrypted into n or n+ 1 shared images and stored in different database servers. The decoder has to receive all n or n+1 encrypted images to reproduce the secret image. One can recover partial secret information from n-1 or fewer shared images, which poses risk for the confidential information encrypted. In this proposed paper we developed a novel algorithm to increase the sharing capacity by using (n, n/8) multi-secret sharing scheme with increased security by generating a unique security key. A unrevealed comparison image is used to produce shares which makes the secret image invulnerable to the hackers, Comment: Accepted and Presented in International Conference on Intelligent Computing and Control (I2C2) IEEE conference, June 2017
- Published
- 2017
47. Lower and upper bounds for $H$-eigenvalues of even order real symmetric tensors
- Author
-
Jin, Hongwei, Kannan, M. Rajesh, and Bai, Minru
- Subjects
Mathematics - Spectral Theory ,15A18, 15A69, 65F15 - Abstract
In this article, we define new classes of tensors called double $\overline{B}$-tensors, quasi-double $\overline{B}$-tensors and establish some of their properties. Using these properties, we construct new regions viz., double $\overline{B}$-intervals and quasi-double $\overline{B}$-intervals, which contain all the $H$-eigenvalues of real even order symmetric tensors. We prove that the double $\overline{B}$-intervals is contained in the quasi-double $\overline{B}$-intervals and quasi-double ${\overline{B}}$-intervals provide supplement information on the Brauer-type eigenvalues inclusion set of tensors. These are analogous to the double $\overline{B}$-intervals of matrices established by J. M. Pe\~na~[On an alternative to Gerschgorin circles and ovals of Cassini, Numer. Math. 95 (2003), no. 2, 337-345.], Comment: Comments are welcome
- Published
- 2015
48. On weakly irreducible nonnegative tensors and interval hull of some classes of tensors
- Author
-
Kannan, M. Rajesh, Shaked-Monderer, Naomi, and Berman, Abraham
- Subjects
Mathematics - Spectral Theory ,15A69 - Abstract
In this article we prove the strict monotonicity of the spectral radius of weakly irreducible nonnegative tensors. As an application, we give a necessary and sufficient condition for an interval hull of tensors to be contained in the set of all strong $\mathcal{M}$-tensors. We also establish some properties of $\mathcal{M}$-tensors. Finally, we consider some problems related to interval hull of positive (semi)definite tensors and $P(P_0)$-tensors., Comment: 10 pages
- Published
- 2014
- Full Text
- View/download PDF
49. A Lightweight and Attack Resistant Authenticated Routing Protocol for Mobile Adhoc Networks
- Author
-
Babu, M. Rajesh and Selvan, S.
- Subjects
Computer Science - Cryptography and Security - Abstract
In mobile ad hoc networks, by attacking the corresponding routing protocol, an attacker can easily disturb the operations of the network. For ad hoc networks, till now many secured routing protocols have been proposed which contains some disadvantages. Therefore security in ad hoc networks is a controversial area till now. In this paper, we proposed a Lightweight and Attack Resistant Authenticated Routing Protocol (LARARP) for mobile ad hoc networks. For the route discovery attacks in MANET routing protocols, our protocol gives an effective security. It supports the node to drop the invalid packets earlier by detecting the malicious nodes quickly by verifying the digital signatures of all the intermediate nodes. It punishes the misbehaving nodes by decrementing a credit counter and rewards the well behaving nodes by incrementing the credit counter. Thus it prevents uncompromised nodes from attacking the routes with malicious or compromised nodes. It is also used to prevent the denial-of-service (DoS) attacks. The efficiency and effectiveness of LARARP are verified through the detailed simulation studies., Comment: 14 Pages, IJWMN
- Published
- 2010
- Full Text
- View/download PDF
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.