Skip to main content

Development of a bowel sound detector adapted to demonstrate the effect of food intake

Abstract

Objective

Bowel sounds (BS) carry useful information about gastrointestinal condition and feeding status. Interest in computerized bowel sound-based analysis has grown recently and techniques have evolved rapidly. An important first step for these analyses is to extract BS segments, whilst neglecting silent periods. The purpose of this study was to develop a convolutional neural network-based BS detector able to detect all types of BS with accurate time stamps, and to investigate the effect of food consumption on some acoustic features of BS with the proposed detector.

Results

Audio recordings from 40 volunteers were collected and a BS dataset consisting of 6700 manually labelled segments was generated for training and testing the proposed BS detector. The detector attained 91.06% and 90.78% accuracy for the validation dataset and across-subject test dataset, respectively, with a well-balanced sensitivity and specificity. The detection rates evaluated on different BS types were also satisfactory. Four acoustic features were evaluated to investigate the food effect. The total duration and spectral bandwidth of BS showed significant differences before and after food consumption, while no significant difference was observed in mean-crossing rate values.

Conclusion

We demonstrated that the proposed BS detector is effective in detecting all types of BS, and providing an accurate time stamp for each BS. The characteristics of BS types and the effect on detection accuracy is discussed. The proposed detector could have clinical application for post-operative ileus prognosis, and monitoring of food intake.

Background

Bowel sounds (BS) or gut noises are the rumbling, gurgling or whining noises, produced by the movement of food, liquids and gases through the intestine. Bowel sounds can be used in the prognosis and diagnosis of gastrointestinal conditions. For example, doctors have listened to gut noises with stethoscopes for centuries, and used them to diagnose conditions. The location, intensity and pitch of the sounds are all considered clinically important [1]. High pitched sounds can indicate a bowel obstruction and absence of bowel sounds after surgery can indicate an ileus (lack of propulsive movement) before the patient starts vomiting or complaining of abdominal pain.

Recent increases in computer processing power and improvements in data analysis bring the potential to employ bowel sound computational analysis to improve evaluation of gastrointestinal conditions [2] or feeding status [3, 4]. A number of computerized bowel sound-based monitoring and diagnosis systems have been developed [5, 6]. The development stage of the various technologies varies. The most advanced appears to be the AbStats® device from GI Logic, which is registered for the USA market and can be used in the prognosis of post-operative ileus [7, 8]. Other research groups have also focused on this important clinical problem [9]. Accurately predicting whether a patient will suffer from ileus after abdominal surgery can prevent complications in those affected, and allows unaffected patients to move through the post-operative feeding stages quickly, freeing up space in hospitals.

Monitoring BS may also be useful as an objective method to track food intake. Cohen et al. [10] demonstrated proof of concept for use of the AbStats® device to track intestinal rate and hence discriminate between ingestion of a large, high calorie meal and a small, low calorie meal, through changes in the rate of bowel sounds at 90 min and 270 min post-ingestion. This paved the way for use of BS in development of a weight loss tool that enables physiologically based ingestion guidance to complement traditional obesity management.

Since BS occur in an irregular pattern, an important first step for any BS-based diagnosis or monitoring system is to extract the BS segments of the recording, while neglecting those segments that only contain background noise. Improved accuracy at this stage will improve to the accuracy of any subsequent signal processing or analysis. A recent overview of automatic bowel sound analysis methods, also suggested that the detection of the BS occurrence could be a starting point for building bowel sound analysis standards, as well as international forums for discussion and cooperation [6].

Early researchers in this space employed statistic-based methods to extract BS [11, 12]. Rekanos and Hadjileontiadis proposed an iterative kurtosis-based technique for the detection of bowel sound in 2006 [11], and Ulusar developed a gastrointestinal motility monitoring system using a Naive Bayesian algorithm for BS observation in 2014 [12]. Subsequently, several advanced machine learning techniques were employed for BS detection, including support vector machine (SVM) [13], artificial neural network (ANN) [14, 15], and long short term memory (LSTM) [16] approaches, and have achieved better results than the traditional methods. However, even these advanced models have some limitations. The classic machine learning models coupled with simple hand-crafted features [13, 15], become less effective when the sound recordings are contaminated by different types of noise [17]. On the other hand, models with more parameters, such as LSTM with time domain sequence as input, are prone to over-fitting. This is due to the great variation in the BS length and the time interval between BS, and the weak temporal correlation of the adjoining BS events [17].

Most recently, use of the convolutional neural network (CNN) method, has been introduced in this area [17, 18]. Preliminary results for this method are promising, with high accuracy and sensitivity. However, in the published studies to date, the CNN models were limited to identification of the presence of bowel sounds in one second or longer segments. This may be problematic since of all the types of BS, short BS of approximately 20–40 ms duration (variously described as single bursts, solitary clicks or intestinal bursts), are the most common type [19]. Hence, we assume that a system analysing a shorter segment window would be better for identifying the majority of BS. In addition, the acoustic features obtained from BS, such as the duration and energy, have found to be useful for evaluating the bowel motility [12, 20, 21]. To accurately calculate these features, the start and end time point of each BS are required. These are not provided by the documented CNN models.

We here describe an improved CNN-based BS detector that is able to extract both short and long BS. The structure of the CNN is designed to work on narrow inputs, and hence is able to provide accurate predictions on thinly sliced audio recordings and provide information about start and end points. We used the Mel spectrum as input to convert the one-dimensional sound segment into a two-dimensional spectrogram. BS were recorded in 40 healthy volunteers before and after food intake and were manually labelled and used to form a large dataset. Experimental results show that the CNN-based BS recognizer achieves over 90% accuracy and is high in both sensitivity and specificity.

The BS detection results were then used to investigate the effect of the food on sound. We extracted four acoustic features from BS: the total duration of BS per minute, spectral centroid (SC), spectral bandwidth (SBW), and mean-crossing ratio (MCR). The findings may help drive development of more accurate tools to track food intake as part of obesity management.

Results

Collected audio recordings and generated BS dataset

Audio data from 40 participants were collected and labelled for building a BS dataset. Two sensors were placed on the participant abdomen, one on the right lower quadrant (RLQ) and another on the left upper quadrant (LUQ). A stretchy belt is used to apply a small tension on the sensor to keep it firmly at the right place, without being excessively tight nor changes the gastrointestinal condition. A 2-h-long recording during fasting and a 40-min recording after food were collected from each study participant. Eighty recordings, with a total length of over 100 h, were therefore collected. Random segments were cut from audio files and manually labelled by human experts. The start and end point of BS segments were then carefully adjusted to make sure one BS per segment only. Finally, a total of 6700 audio segments were labelled, including around 500 s of BS segments with each segment ranging from 0.03 s to 1.6 s, and more than 3000 s of non-BS segments with each segment ranging from 0.1 s to 5 s. Thirty-six thousand image samples were generated to form the dataset for developing the CNN model. The samples were split into three parts: a balanced training and validation set, which included 22,400 training and 9600 validation samples from 35 subjects, and a balanced across-participants blind testing set including 4000 BS and non-BS samples from an additional five subjects. The subjects in the across-participants test set were randomly selected from subjects that had more than 100 labels of BS segments, to ensure the size of the test dataset.

Figure 1 shows waveforms and spectrograms of typical noise and bowel sound segments recorded by our data acquisition system. Previous research has shown that BS can be divided into subtypes, including single burst (SB), multiple bursts (MB), continuous random sound (CRS), and harmonic sound (HS), and the characteristics of these subtypes are quite different. The proportion of each BS subtype also varies, as shown in Du et al. [19], from over 80% to less than 1%. It is therefore necessary to test whether the developed detector is able to detect all BS subtypes or only the most common types of BS. 2000 BS samples were selected from the validation set and further labelled by the human experts for this purpose, including 500 samples for each BS subtype.

Fig. 1
figure 1

Example of collected BS subtypes in time domain (top) and its spectrogram (bottom). a SB; b MB; c CRS; d HS; e HS with frequency changing over time; and f noise segment (the relative abundance of BS types is: SB > MB > CRS > HS, see Du et al. [19])

Performance of the BS detector

The sensitivity, specificity and accuracy were calculated to evaluate the performance of the proposed CNN classifier. Specifically, sensitivity and specificity are defined as follows:

$$ {\text{Sensitivity}} = {\text{TP}}/\left( {{\text{TP}} + {\text{FN}}} \right), $$
(1)
$$ {\text{Specificity}} = {\text{TN}}/\left( {{\text{TN}} + {\text{FP}}} \right), $$
(2)

where the TP are the numbers of the samples derived from BS segments that are correctly identified as BS, and TN are samples derived from non-BS segments that are predicted as noise. FP and FN are the corresponding false predictions. When testing the accuracy of the developed BS detector on the BS types, the accuracy is defined as the proportion of samples from each BS subtype group that are correctly identified as BS.

The results of the detector on the validation set and external across-participants test set are listed in Table 1. The model shows fairly balanced sensitivity and specificity on both datasets, and a high accuracy above 90%. This implies that the generalizability of the proposed model is quite good. The detection accuracy for different BS types is listed in Table 2.

Table 1 Performance of BS detector
Table 2 Performance of BS detector for different BS subtypes

Results of food intake on BS acoustic features

Figure 2 shows the box plots of the BS acoustic features, calculated from all BS recorded in the before and after the food recordings, respectively. As Table 3 shows, significant differences arose in the total duration per minute of BS and spectral bandwidth before and after food recorded from both RLQ and LUQ, and also in the spectral centroid calculated based on BS from RLQ. Generally, the significance level is higher for the BS features from RLQ.

Fig. 2
figure 2

Comparison of differences in BS acoustic features before and after food intake (*: p < 0.05, **: p < 0.001)

Table 3 Characteristics of BS acoustic features: median (interquartile range)

In contrast, no significant difference was observed in mean-crossing ratio at any of the sensor channels.

Discussion

Performance of the BS detector

The developed CNN-based BS detector in this study achieved an accuracy of 91.06% and a well-balanced sensitivity and specificity. All four subtypes of BS were successfully extracted by the detector.

Almost all samples of SB and HS subtypes were correctly predicted. The SB is a simple pulse, usually with a clear peak showing up in the spectrogram and no other SB present within 100 ms on either side. HS are whistling-like sounds and have one to a dozen frequency components in the spectrogram. The highest harmonic frequency of a HS recorded in the study was up to 4000 Hz. These characteristics make the spectrograms of these two types of BS spiky, and therefore are easily distinguishable from spectrograms of noise segments, which are usually flat. Therefore, it is not surprising to see the high detection accuracy for these two subtypes of BS. HS may be indicative of an obstruction, making this finding of particular clinical value.

We also demonstrated a high detection rate for MB (93.87%). An MB can be described as a cluster of SB. Each burst in a MB looks quite similar, while the amplitude of the pulse and the frequency bandwidth might have some slight differences. There are clear silent gaps between the adjacent bursts, and the length of these silent gaps are also inconsistent. The slight decrease of the accuracy is possible due to the existence of these silent gaps.

The CRS samples had the lowest accuracy, but this was still around 80%. CRS is a continuous random sound, and has everything clustered together, without clear rhythm or pattern. The lack of clear pattern gives it more variability, and also makes it more difficult to be recognized. However, we believe that the accuracy of detecting CRS could increase with a more comprehensive dataset of CRS samples.

Our detector has some advantages when compared to other methods developed to extract BS. Zhao K et al. [17, 18] developed CNN-based BS recognizers, and found similar accuracy to our study (above 90%) However, their models were designed to be low computational complexity solutions, and therefore were restricted to identify if a bowel sound had appeared in a segment of 1 s duration. They were successful in their aim. However, unlike our detection they do not provide a time stamp for the BS.

Liu J., et al. [16] developed an LSTM-based BS detector, which is able to determine the beginning and ending points of every bowel sound by segmenting the recording and detecting BS on each segment. Although they reported a high accuracy and sensitivity on the test set at above 90%, when they tested the model under ‘the real use’ condition, the sensitivity dropped to 62%.

Horiyama et al. [20] has recently reported an ANN-based BS detector, with improved power-normalized cepstral coefficients. Their model achieved good accuracy under both quiet and noisy environments. The unbalanced dataset used in their work, however may have led to potential problems, because they also reported a low positive predictive value, at around 60% ± 20%.

With our proposed detector we achieved a similar accuracy performance to other researchers, but with both high sensitivity and specificity. Further, our comparatively large study demonstrates the good generalizability of our detector. The method also facilitates the ability to give an accurate start and end point of each BS (see methods section for detail), which is important for calculating the BS features, and for BS feature based analysis. In addition, the accuracy of our model in detecting bowel sound types SB, MB and HS was excellent. The model could be further improved with a more comprehensive dataset for CRS samples. The extra information provided by BS features or the occurrence of number of specific BS subtypes may provide additional clinical insight.

Effect of food intake

We found a significant increase in total BS duration after food consumption. Similar results have been reported previously and this consistency further validates our approach. Du et al. [21] showed that the BS density and summed amplitude were significantly higher after food consumption. Recently, Horiyama et al. [20] also reported that the density and length of BS significantly increased after coffee and soda intake.

The frequency domain BS features, SC and SBW, show different results. The spectral bandwidth shows significant difference between the two recording periods while the spectral centroid shows significance only at RLQ. The spectral centroid is the “centre of mass” of the spectrum, and the spectral bandwidth is defined as the frequency range in which the amplitude is not less than half its maximum value. The results suggest that, the food intake would shift the main frequency component for BS from RLQ, and reduce the energy spread of the frequency spectrum for BS recorded from both RLQ and LUQ.

The MCR is the number of times the waveform crosses its mean value. Previous research by our research group, as documented in Fig. 3b in Du et al. [19], shows that the distributions of MCR have the most significant difference between BS subtypes. This is because that the non-BS intervals, similar to the unvoiced periods, usually have larger MCR values than BS, which are similar to voiced periods [22]. And the interval time between bursts within a BS is one of the main differences between BS subtypes. Therefore, the very small difference in MCR value between the two periods indicates that food intake likely does not have much influence on the proportion of subtypes among all generated BS.

Moreover, generally the significance level is higher for the BS features from the RLQ. This could be explained by the sensor placement. The sensor located on the RLQ of the participants, is placed near the ileocecal valve, which controls the flow of digested food passing from the small intestine into the large intestine. Therefore, the motion of the valve is largely affected by the food intake, and is reflected in the changes of acoustic features of the generated BS.

Conclusion

In this study, a method of detecting BS based on the convolutional neural network was developed and shown to be effective. The network was well trained by a large amount of data, generated from recordings from two sensors placed on 40 participants. The model showed an accuracy rate of 91.06%, a well-balanced sensitivity and specificity, and a good generalization ability in the across-subject test set.

In addition, the proposed model is excellent at capturing SB, MB and HS. This demonstrates the practical value of the proposed model: it has previously been reported that SB and MB are the most common types of BS, and HS are indicative of obstruction.

The BS detection results obtained using the developed CNN classifier in this study were then used to investigate the effect of the food intake. Several acoustic features are evaluated and different responses to the food intake were found. The results suggest that meal intake increases the total length of BS, change the main frequency component and also constrain the energy spread over the frequency spectrum.

The proposed BS detector could have multiple clinical applications, most obviously to improve bowel sound detection for post-operative ileus prognosis. We also believe that applying the BS characteristic based method could be useful for monitoring food intake. Although the short BS are the most common type seen in the recordings, the long BS shows a higher potential for distinguishing food intake.

Method

Clinic-appropriate bowel sound acquisition system

A clinic-appropriate signal acquisition system with Micro-Electro-Mechanical systems (MEMS) microphone-based sensor heads was used in this study. The configuration of a single sensor head is shown in Fig. 3. The sensor head consisted of two microphones. The inward-facing microphone sits close to the abdomen of the subject and predominantly records the BS, while the outward-facing microphone picks up the environmental noise. The design reflects the intention to later develop active noise reduction as part of signal processing allowing for optimal use of the technology in noisy clinical settings. However, for this study, recordings were made in a quiet setting, and only the recordings from the inwards facing microphone were used.

The sensor heads were connected to a central recording unit via cables. The signals acquired by the microphones were transformed to 16-bit PCM data with a sampling frequency at 11 kHz. The recording unit stores the audio data to a removable SD card, allowing subsequent transfer of the data to a desktop for analysis.

Figure 4 shows the sensor placement on the participant’s body. The sensor on RLQ records BS from small and large intestine, while the sensor placed on LUQ is mainly recording BS from stomach and transverse colon.

Fig. 3
figure 3

MEMS sensor head

Fig. 4
figure 4

Sensor placement on human body

Data collection

The audio data were collected in a non-clinical setting at the Marshall Centre on the QEII Medical Centre site. The BS recordings of 40 participants were collected for building the bowel sound dataset. All participants were aged between 18 to 65 years old, and had a body mass index (BMI) above 18.5. The study was conducted in accordance with ICH Good Clinical Practice guidelines and approved by The University of Western Australia’s Human Research Ethics Committee (Study number RA 4/1/8893).

Each study participant fasted overnight prior to the first recording, they then consumed a standard meal of a Sustagen® shake and small glass of water prior to completing a second recording. The recordings were collected under quiet conditions, and the participants were asked to sit quietly in armchairs and had access to the internet and reading material. After the recordings were collected, segments were randomly cut from audio files, and manually labelled by one of four individuals experienced in identifying bowel sounds of all types as BS and non-BS segments using Audacity® [23]. If the first labeller was unsure of the label, segments were cross checked by the most experienced member of the team. Since the length of BS could have a large variation, from tens of millisecond to several seconds, for a long BS segment, multiple 60 ms samples were sliced to ensure the uniform size of the input data for the CNN model.

CNN-based BS detector

The BS detector comprised the following steps: firstly, the sound was filtered by a second-order Butterworth high-pass filter with a cut-off frequency of 80 Hz. Then the normalized Mel-scaled spectrograms were calculated from each of the labelled samples, with frame length of 50 ms, and frame shift of 5 ms. Hence, for each signal piece, the shape of the input tensor was 128*3.

A typical structure of CNN classifier is composed of three components: convolutional layers, pooling layers, and fully connected layers. The short duration of BS limited the structure of our network (Fig. 5), because the width of the input image was only 3 pixels. After three convolutional layers with the rectified linear units activation and max pooling layers, a drop out layer equal to 0.2 was used, to prevent over-fitting. The output was then flattened and sent to a 64 dense layer. A fully connected softmax layer was used to get the BS or non-BS prediction for the input sample.

Fig. 5
figure 5

The specific structure of the CNN classifier used in this work

For the training phase in this experiment, the Adadelta solver was used for weight updating. The model was trained for 30 epochs with the batch size set as 128. Every time an epoch was completed, the accuracy of the model on the validation set was computed. After training finished, the model was tested on the external test set. The recognizer was built using TensorFlow (version 2.1.0) package [24] in Python, and was trained on a GeForce RTX 2080 GPU. The wavio [25] package was used to read the audio files and librosa (version 0.8.0) package [26] was used for generating the input spectrograms.

The BS detector would be used to identify BS on an audio recording. The Mel-scaled spectrograms of the full recording were calculated through a moving window, with a hop length of 50 ms. These spectrograms would be fed into the BS detector in time order, and the detector would produce a time series of predictions (BS or non-BS). Segments containing BS are therefore identified where at least three adjacent spectrograms were predicted as BS. The start time for a BS is defined as the time point of the first occurrence of a BS prediction after non-BS periods, and the end time is defined as the start point of the following non-BS predictions. Based on previous research [19], BSs present within 100 ms around each other were merged as one BS, and the non-BS periods between these BSs were seen as intervals between bursts.

Effect of food intake

We evaluated the effect of food intake on the characteristics of BS using the developed BS detector. Four typical acoustic features including the total duration of BS per minute, SC, SBW, and MCR, before and after food intake, were investigated. The Wilcoxon test was used to compare the features before and after food intake. A total number of 8 comparisons were made, and the p values were adjusted based on Bonferroni correction method [27] to avoid the issue of multiple testing. The levels of p < 0.05 and p < 0.01 were reported.

Availability of data and materials

The datasets used and/or analysed during the current study are available from the corresponding author on reasonable request.

Abbreviations

BS:

Bowel sounds

SB:

Single burst

MB:

Multiple bursts

CRS:

Continuous random sound

HS:

Harmonic sound

BMI:

Body mass index

LUQ:

Left upper quadrant

RLQ:

Right lower quadrant

MCR:

Mean-crossing ratio

SBW:

Spectral bandwidth

SC:

Spectral centroid

MEMS:

Micro-Electro-Mechanical systems

ANN:

Artificial neural network

CNN:

Convolutional neural network

SVM:

Support vector machine

LSTM:

Long short term memory

References

  1. Talley NJ, O’Connor S. Clinical examination: a systematic guide to physical diagnosis. Chatswood: Elsevier; 2009.

    Google Scholar 

  2. Inderjeeth A, Webberley K, Muir J, Marshall B. The potential of computerised analysis of bowel sounds for diagnosis of gastrointestinal conditions: a systematic review. Syst Rev. 2018. https://doi.org/10.1186/s13643-018-0789-3.

    Article  Google Scholar 

  3. Sakata O, Suzuki Y, Matsuda K, et al. Temporal changes in occurrence frequency of bowel sounds both in fasting state and after eating. J Artif Organs. 2013;16:83–90. https://doi.org/10.1007/s10047-012-0666-0.

    Article  Google Scholar 

  4. Kolle K, Fougner AL, Ellingsen R, Carlsen SM, Stavdahl O. Feasibility of early meal detection based on abdominal sound. IEEE J Transl Eng Health Med. 2019;7:3300212. https://doi.org/10.1109/JTEHM.2019.2940218.

    Article  Google Scholar 

  5. Allwood G, Du X, Webberley K, Osseiran A, Marshall B. Advances in acoustic signal processing techniques for enhanced bowel sound analysis. IEEE Rev Biomed Eng. 2019;12:240–53. https://doi.org/10.1109/rbme.2018.2874037.

    Article  Google Scholar 

  6. Nowak JK, Nowak R, Radzikowski K, Grulkowski I, Walkowiak J. Automated bowel sound analysis: an overview. Sensors (Basel). 2021;21(16):5294. https://doi.org/10.3390/s21165294.

    Article  Google Scholar 

  7. Spiegel BM, Kaneshiro M, Russell MM, Lin A, Patel A, Tashjian VC, Zegarski V, Singh D, Cohen SE, Reid MW, Whitman CB, Talley J, Martinez BM, Kaiser W. Validation of an acoustic gastrointestinal surveillance biosensor for postoperative ileus. J Gastrointest Surg. 2014;18(10):1795–803. https://doi.org/10.1007/s11605-014-2597-y.

    Article  Google Scholar 

  8. Kaneshiro M, Kaiser W, Pourmorady J, Fleshner P, Russell M, Zaghiyan K, et al. Postoperative gastrointestinal telemetry with an acoustic biosensor predicts ileus vs. uneventful GI recovery. J Gastrointest Surg. 2016;20:13. https://doi.org/10.1007/s11605-015-2956-3.

    Article  Google Scholar 

  9. Namikawa T, Yamaguchi S, Fujisawa K, et al. Real-time bowel sound analysis using newly developed device in patients undergoing gastric surgery for gastric tumor. JGH Open. 2021;5:454–8. https://doi.org/10.1002/jgh3.12515.

    Article  Google Scholar 

  10. Cohen E, Lopez M, Spiegel B, Almario C. Non-invasive digestion monitoring with an FDA-cleared wearable biosensor: further validation for use in tracking food ingestion. Gastroenterol Rep. 2021. https://doi.org/10.1093/gastro/goaa097.

    Article  Google Scholar 

  11. Rekanos I, Hadjileontiadis L. An iterative kurtosis-based technique for the detection of nonstationary bioacoustic signals. Signal Process. 2006;86:3787–95. https://doi.org/10.1016/j.sigpro.2006.03.020.

    Article  MATH  Google Scholar 

  12. Ulusar U. Recovery of gastrointestinal tract motility detection using Naive Bayesian and minimum statistics. Comput Biol Med. 2014;51:223–8. https://doi.org/10.1016/j.compbiomed.2014.05.013.

    Article  Google Scholar 

  13. Yin Y, Jiang H, Feng S, et al. Bowel sound recognition using SVM classification in a wearable health monitoring system. Sci China Inf Sci. 2018. https://doi.org/10.1007/s11432-018-9395-5.

    Article  Google Scholar 

  14. Sato R, Emoto T, Gojima Y, Akutagawa M. Automatic bowel motility evaluation technique for noncontact sound recordings. Appl Sci. 2018;8(6):999. https://doi.org/10.3390/app8060999.

    Article  Google Scholar 

  15. Dimoulas C, Kalliris G, Papanikolaou G, Petridis V, Kalampakas A. Bowel-sound pattern analysis using wavelets and neural networks with application to long-term, unsupervised, gastrointestinal motility monitoring. Expert Syst Appl. 2008;34(1):26–41.

    Article  Google Scholar 

  16. Liu J, Yin Y, Jiang H, et al. Bowel sound detection based on MFCC feature and LSTM neural network. IEEE Biomed Circuits Syst Conf. 2018. https://doi.org/10.1109/biocas.2018.8584723.

    Article  Google Scholar 

  17. Zhao K, Jiang H, Wang Z, Chen P, Zhu B, Duan X. Long-term bowel sound monitoring and segmentation by wearable devices and convolutional neural networks. IEEE Trans Biomed Circuits Syst. 2020;14(5):985–96. https://doi.org/10.1109/tbcas.2020.3018711.

    Article  Google Scholar 

  18. Zhao K, Jiang H, Yuan T, Zhang C, Jia W, Wang Z. A CNN based human bowel sound segment recognition algorithm with reduced computation complexity for wearable healthcare system. IEEE Int Symp Circuits Syst. 2020. https://doi.org/10.1109/iscas45731.2020.9180432.

    Article  Google Scholar 

  19. Du X, Allwood G, Webberley K, Osseiran A, Marshall B. Bowel sounds identification and migrating motor complex detection with low-cost piezoelectric acoustic sensing device. Sensors. 2018;18(12):4240. https://doi.org/10.3390/s18124240.

    Article  Google Scholar 

  20. Horiyama K, Emoto T, Haraguchi T, et al. Bowel sound-based features to investigate the effect of coffee and soda on gastrointestinal motility. Biomed Signal Process Control. 2021;66: 102425. https://doi.org/10.1016/j.bspc.2021.102425.

    Article  Google Scholar 

  21. Du X, Allwood G, Webberley K, Inderjeeth A, Osseiran A, Marshall B. Noninvasive diagnosis of irritable bowel syndrome via bowel sound features: proof of concept. Clin Transl Gastroenterol. 2019;10(3): e00017. https://doi.org/10.14309/ctg.0000000000000017.

    Article  Google Scholar 

  22. Bachu R, Kopparthi S, Adapa B, Barkana B. Voiced/unvoiced decision for speech signals based on zero-crossing rate and energy. In: Elleithy K, editor. Advanced techniques in computing sciences and software engineering. Dordrecht: Springer; 2010. https://doi.org/10.1007/978-90-481-3660-5_47.

    Chapter  Google Scholar 

  23. Audacity Team. Audacity ®: free audio editor and recorder [Computer application].Version 3.0.0. https://audacityteam.org/. Accessed 17 Mar 2021.

  24. Abadi M, Barham P, Chen J, Chen Z, Davis A, Dean J, et al. Tensorflow: A system for large-scale machine learning. In: 12th USENIX symposium on operating systems design and implementation (OSDI 16), 2016, p. 265–83

  25. Weckesser w. Wavio:0.0.4; 2020. https://github.com/WarrenWeckesser/wavio

  26. McFee B, McVicar M, Balke S, Thomé C, Raffel C, Lee D, et al. librosa/librosa: 0.8.0; 2020. https://doi.org/10.5281/zenodo.3955228

  27. Dunn OJ. Multiple comparisons among means. J Am Stat Assoc. 1961;56:52–64. https://doi.org/10.1080/01621459.1961.10482090.

    Article  MathSciNet  MATH  Google Scholar 

Download references

Acknowledgements

We thank Dr Mary Webberley, Dr Josephine Muir and Sascha McMeekin for participant recruitment. Dr Mary Webberley edited an earlier draft of the manuscript. We also thank Ciaran Chay and Jacob McDermott for help with labelling BS and non-BS segments.

Funding

This research was funded by Noisy Guts Pty Ltd and an NHMRC Development Grant 1179049 to Prof Barry Marshall.

Author information

Authors and Affiliations

Authors

Contributions

NW: conducted the study, analysed and interpreted the data, major contributor in writing the manuscript. AT: conducted the study, especially the CNN model development, edited the manuscript. BJM: conceptualized the study, interpreted the findings, reviewed and edited the manuscript. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Ning Wang.

Ethics declarations

Ethics approval and consent to participate

This study was approved by The University of Western Australia’s Human Research Ethics Committee (Study number RA 4/1/8893).

Consent for publication

Not applicable.

Competing interests

Dr Barry Marshall and Ms Ning Wang were employed by The University of Western Australia (UWA) at the time of the study, Ning Wang through NHMRC Development Grant 1179049. Dr Alison Test was employed by Noisy Guts Pty Ltd. Whilst UWA and Noisy Guts had planned to commercialize a bowel sound analysis system they have no current plans to do so.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Wang, N., Testa, A. & Marshall, B.J. Development of a bowel sound detector adapted to demonstrate the effect of food intake. BioMed Eng OnLine 21, 1 (2022). https://doi.org/10.1186/s12938-021-00969-2

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12938-021-00969-2

Keywords