43 research outputs found

    A Sparsity-Aware Adaptive Algorithm for Distributed Learning

    Get PDF
    In this paper, a sparsity-aware adaptive algorithm for distributed learning in diffusion networks is developed. The algorithm follows the set-theoretic estimation rationale. At each time instance and at each node of the network, a closed convex set, known as property set, is constructed based on the received measurements; this defines the region in which the solution is searched for. In this paper, the property sets take the form of hyperslabs. The goal is to find a point that belongs to the intersection of these hyperslabs. To this end, sparsity encouraging variable metric projections onto the hyperslabs have been adopted. Moreover, sparsity is also imposed by employing variable metric projections onto weighted 1\ell_1 balls. A combine adapt cooperation strategy is adopted. Under some mild assumptions, the scheme enjoys monotonicity, asymptotic optimality and strong convergence to a point that lies in the consensus subspace. Finally, numerical examples verify the validity of the proposed scheme, compared to other algorithms, which have been developed in the context of sparse adaptive learning

    Shinpaku shingō no jikan oyobi shūhasū ryōiki no supāsusei ni motozuku aratana hisesshokugata shinpakusū suiteihō

    Get PDF
    Purpose: This study aims to analyze green supply chain management (GSCM) and green marketing strategies (GMS) to green purchasing intentions (GPI). This study conducts on craft SMEs in the Special Region of Yogyakarta, Indonesia. Design/methodology/approach: This study uses primary data which is obtained through questionnaires. The unit of analysis in this study is organizations and individuals. The sampling technique is purposive sampling, with the criteria of SMEs that conduct environmentally friendly production processes and consumers who have ever bought green products. Data analysis uses structural equation modeling. Findings: The results of the data analysis show that there is an influence of green supply chain management on green marketing strategy, and there is an influence of green marketing strategy on green purchase intention. Research limitations/implications: This study is limited by relatively small sample size. The sample is only environmentally oriented SMEs. Large companies that are also environmentally friendly have not been included as samples in this study, so the results of this study only generalized to SMEs. Future research should accommodate these two types of companies, namely SMEs and companies, so that it can be easier to generalize the findings and allow different tests of GSCM to be applied to SMEs and large companies. This study only analyzed GSCM from two dimensions, namely GP and GCC. Other variables that can be used to explain GSCM are internal environmental, green information systems, eco-design and packaging. Practical implications: GSCM can be started with conducts the right GP and always coordinating with consumers which related to green products. GP (green purchasing) and GCC (green consumer cooperation) as GSCM elements have a strong association in predicting the success of a green marketing strategy. It is expected that SMEs should pay attention to the raw material purchase, so that the problem of environmentally friendly raw materials can be truly obtained to enter the production process and produce environmentally friendly products. Originality/value: This study analyzes the relationship between GSCM practices and organizational performance in the green marketing and business strategiescontext, where there is still a scarcity of studies in this context. Besides that, there is an increase in awareness of green operations and green marketing in Asia, but the relevant studies in Asian countries have not been conducted much, especially in Southeast Asia. The result of this study proves that the GSCM model can increase value along the supply chain by emphasizing green supply chain management and green marketing.Peer Reviewe

    Graph learning and its applications : a thesis presented in partial fulfilment of the requirements for the degree of Doctor of Philosophy in Computer Science, Massey University, Albany, Auckland, New Zealand

    Get PDF
    Since graph features consider the correlations between two data points to provide high-order information, i.e., more complex correlations than the low-order information which considers the correlations in the individual data, they have attracted much attention in real applications. The key of graph feature extraction is the graph construction. Previous study has demonstrated that the quality of the graph usually determines the effectiveness of the graph feature. However, the graph is usually constructed from the original data which often contain noise and redundancy. To address the above issue, graph learning is designed to iteratively adjust the graph and model parameters so that improving the quality of the graph and outputting optimal model parameters. As a result, graph learning has become a very popular research topic in traditional machine learning and deep learning. Although previous graph learning methods have been applied in many fields by adding a graph regularization to the objective function, they still have some issues to be addressed. This thesis focuses on the study of graph learning aiming to overcome the drawbacks in previous methods for different applications. We list the proposed methods as follows. • We propose a traditional graph learning method under supervised learning to consider the robustness and the interpretability of graph learning. Specifically, we propose utilizing self-paced learning to assign important samples with large weights, conducting feature selection to remove redundant features, and learning a graph matrix from the low dimensional data of the original data to preserve the local structure of the data. As a consequence, both important samples and useful features are used to select support vectors in the SVM framework. • We propose a traditional graph learning method under semi-supervised learning to explore parameter-free fusion of graph learning. Specifically, we first employ the discrete wavelet transform and Pearson correlation coefficient to obtain multiple fully connected Functional Connectivity brain Networks (FCNs) for every subject, and then learn a sparsely connected FCN for every subject. Finally, the ℓ1-SVM is employed to learn the important features and conduct disease diagnosis. • We propose a deep graph learning method to consider graph fusion of graph learning. Specifically, we first employ the Simple Linear Iterative Clustering (SLIC) method to obtain multi-scale features for every image, and then design a new graph fusion method to fine-tune features of every scale. As a result, the multi-scale feature fine-tuning, graph learning, and feature learning are embedded into a unified framework. All proposed methods are evaluated on real-world data sets, by comparing to state-of-the-art methods. Experimental results demonstrate that our methods outperformed all comparison methods

    Learning Discriminative Feature Representations for Visual Categorization

    Get PDF
    Learning discriminative feature representations has attracted a great deal of attention due to its potential value and wide usage in a variety of areas, such as image/video recognition and retrieval, human activities analysis, intelligent surveillance and human-computer interaction. In this thesis we first introduce a new boosted key-frame selection scheme for action recognition. Specifically, we propose to select a subset of key poses for the representation of each action via AdaBoost and a new classifier, namely WLNBNN, is then developed for final classification. The experimental results of the proposed method are 0.6% - 13.2% better than previous work. After that, a domain-adaptive learning approach based on multiobjective genetic programming (MOGP) has been developed for image classification. In this method, a set of primitive 2-D operators are randomly combined to construct feature descriptors through the MOGP evolving and then evaluated by two objective fitness criteria, i.e., the classification error and the tree complexity. Later, the (near-)optimal feature descriptor can be obtained. The proposed approach can achieve 0.9% ∼ 25.9% better performance compared with state-of-the-art methods. Moreover, effective dimensionality reduction algorithms have also been widely used for obtaining better representations. In this thesis, we have proposed a novel linear unsupervised algorithm, termed Discriminative Partition Sparsity Analysis (DPSA), explicitly considering different probabilistic distributions that exist over the data points, simultaneously preserving the natural locality relationship among the data. All these above methods have been systematically evaluated on several public datasets, showing their accurate and robust performance (0.44% - 6.69% better than the previous) for action and image categorization. Targeting efficient image classification , we also introduce a novel unsupervised framework termed evolutionary compact embedding (ECE) which can automatically learn the task-specific binary hash codes. It is regarded as an optimization algorithm which combines the genetic programming (GP) and a boosting trick. The experimental results manifest ECE significantly outperform others by 1.58% - 2.19% for classification tasks. In addition, a supervised framework, bilinear local feature hashing (BLFH), has also been proposed to learn highly discriminative binary codes on the local descriptors for large-scale image similarity search. We address it as a nonconvex optimization problem to seek orthogonal projection matrices for hashing, which can successfully preserve the pairwise similarity between different local features and simultaneously take image-to-class (I2C) distances into consideration. BLFH produces outstanding results (0.017% - 0.149% better) compared to the state-of-the-art hashing techniques

    Advanced DSP Algorithms For Modern Wireless Communication Transceivers

    Get PDF
    A higher network throughput, a minimized delay and reliable communications are some of many goals that wireless communication standards, such as the fifthgeneration (5G) standard and beyond, intend to guarantee for its customers. Hence, many key innovations are currently being proposed and investigated by researchers in the academic and industry circles to fulfill these goals. This dissertation investigates some of the proposed techniques that aim at increasing the spectral efficiency, enhancing the energy efficiency, and enabling low latency wireless communications systems. The contributions lay in the evaluation of the performance of several proposed receiver architectures as well as proposing novel digital signal processing (DSP) algorithms to enhance the performance of radio transceivers. Particularly, the effects of several radio frequency (RF) impairments on the functionality of a new class of wireless transceivers, the full-duplex transceivers, are thoroughly investigated. These transceivers are then designed to operate in a relaying scenario, where relay selection and beamforming are applied in a relaying network to increase its spectral efficiency. The dissertation then investigates the use of greedy algorithms in recovering orthogonal frequency division multiplexing (OFDM) signals by using sparse equalizers, which carry out the equalization in a more efficient manner when the low-complexity single tap OFDM equalizer can no longer recover the received signal due to severe interferences. The proposed sparse equalizers are shown to perform close to conventional optimal and dense equalizers when the OFDM signals are impaired by interferences caused by the insertion of an insufficient cyclic prefix and RF impairments

    Extending low-rank matrix factorizations for emerging applications

    Get PDF
    Low-rank matrix factorizations have become increasingly popular to project high dimensional data into latent spaces with small dimensions in order to obtain better understandings of the data and thus more accurate predictions. In particular, they have been widely applied to important applications such as collaborative filtering and social network analysis. In this thesis, I investigate the applications and extensions of the ideas of the low-rank matrix factorization to solve several practically important problems arise from collaborative filtering and social network analysis. A key challenge in recommendation system research is how to effectively profile new users, a problem generally known as \emph{cold-start} recommendation. In the first part of this work, we extend the low-rank matrix factorization by allowing the latent factors to have more complex structures --- decision trees to solve the problem of cold-start recommendations. In particular, we present \emph{functional matrix factorization} (fMF), a novel cold-start recommendation method that solves the problem of adaptive interview construction based on low-rank matrix factorizations. The second part of this work considers the efficiency problem of making recommendations in the context of large user and item spaces. Specifically, we address the problem through learning binary codes for collaborative filtering, which can be viewed as restricting the latent factors in low-rank matrix factorizations to be binary vectors that represent the binary codes for both users and items. In the third part of this work, we investigate the applications of low-rank matrix factorizations in the context of social network analysis. Specifically, we propose a convex optimization approach to discover the hidden network of social influence with low-rank and sparse structure by modeling the recurrent events at different individuals as multi-dimensional Hawkes processes, emphasizing the mutual-excitation nature of the dynamics of event occurrences. The proposed framework combines the estimation of mutually exciting process and the low-rank matrix factorization in a principled manner. In the fourth part of this work, we estimate the triggering kernels for the Hawkes process. In particular, we focus on estimating the triggering kernels from an infinite dimensional functional space with the Euler Lagrange equation, which can be viewed as applying the idea of low-rank factorizations in the functional space.Ph.D
    corecore